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
)
Public Shared Function Error (
msg As String,
t As IToken
) As RdfParseException
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