Click or drag to resize

ParserHelperError 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: SystemString
The Error Message.
t
Type: VDS.RDF.Parsing.TokensIToken
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