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: System.String
Error Message.
t
Type: VDS.RDF.Parsing.Tokens.IToken
Token.
cause
Type: System.Exception
Inner Exception.
See Also