Click or drag to resize

SyntaxValidationResults Constructor (String, Exception)

Creates new Syntax Validation Results.

Namespace:  VDS.RDF.Parsing.Validation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SyntaxValidationResults(
	string message,
	Exception error
)

Parameters

message
Type: System.String
Validation Message.
error
Type: System.Exception
Error that occurred.
See Also