Click or drag to resize

RdfReasoningException Constructor (String, Exception)

Creates a new RDF Reasoning Exception.

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

Parameters

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