Click or drag to resize

RdfParseException Constructor (String)

Creates a new RDF Parse Exception with the given Message.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public RdfParseException(
	string errorMsg
)

Parameters

errorMsg
Type: SystemString
Error Message.
See Also