Click or drag to resize

ParserHelper.Error Method (String, IToken)

Helper method for raising informative standardised Parser Errors.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static RdfParseException Error(
	string msg,
	IToken t
)

Parameters

msg
Type: System.String
The Error Message.
t
Type: VDS.RDF.Parsing.Tokens.IToken
The Token that is the cause of the Error.

Return Value

Type: RdfParseException

[Missing <returns> documentation for "M:VDS.RDF.Parsing.ParserHelper.Error(System.String,VDS.RDF.Parsing.Tokens.IToken)"]

See Also