Click or drag to resize

SyntaxValidationResults Constructor (Boolean, String, Object, IEnumerable<String>, Exception)

Creates new Syntax Validation Results.

Namespace:  VDS.RDF.Parsing.Validation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SyntaxValidationResults(
	bool valid,
	string message,
	Object result,
	IEnumerable<string> warnings,
	Exception error
)

Parameters

valid
Type: System.Boolean
Whether the Syntax was valid.
message
Type: System.String
Validation Message.
result
Type: System.Object
Results Object.
warnings
Type: System.Collections.Generic.IEnumerable<String>
Enumeration of Warnings.
error
Type: System.Exception
Error that occurred.
See Also