Click or drag to resize

RdfParseException Constructor (String, IToken, Exception)

Creates a new RDF Parse Exception which contains Position Information taken from the given Token.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public RdfParseException(
	string errorMsg,
	IToken t,
	Exception cause
)

Parameters

errorMsg
Type: SystemString
Error Message.
t
Type: VDS.RDF.Parsing.TokensIToken
Token.
cause
Type: SystemException
Inner Exception.
See Also