SyntaxValidationResults Constructor (Boolean, String, Exception) | 
 
            Creates new Syntax Validation Results.
            
 
    Namespace: 
   VDS.RDF.Parsing.Validation
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic SyntaxValidationResults(
	bool valid,
	string message,
	Exception error
)
Public Sub New ( 
	valid As Boolean,
	message As String,
	error As Exception
)
Parameters
- valid
 - Type: SystemBoolean
Whether the Syntax was valid. - message
 - Type: SystemString
Validation Message. - error
 - Type: SystemException
Error that occurred. 
See Also