Click or drag to resize

RdfException Constructor (String, Exception)

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

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

Parameters

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