Click or drag to resize

RdfParserSelectionException Constructor (String, Exception)

Creates a new RDF Parser Selection Exception with the given Message and Inner Exception.

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

Parameters

errorMsg
Type: SystemString
Error Message.
cause
Type: SystemException
Inner Exception.
See Also