Click or drag to resize

RdfQueryException Constructor (String, Exception)

Creates a new RDF Query Exception.

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

Parameters

errorMsg
Type: SystemString
Error Message.
cause
Type: SystemException
Exception that caused this Exception.
See Also