Click or drag to resize

BaseTokeniserUnexpectedCharacter Method

Helper Function for generating Standardised Parser Errors about unexpected characters.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected RdfParseException UnexpectedCharacter(
	char c,
	string expected
)

Parameters

c
Type: SystemChar
Unexpected Character.
expected
Type: SystemString
Message detailing what was expected (may be empty if no explicit expectation).

Return Value

Type: RdfParseException

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Tokens.BaseTokeniser.UnexpectedCharacter(System.Char,System.String)"]

See Also