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
)
Public Sub New (
errorMsg As String,
cause As Exception
)
Parameters
- errorMsg
- Type: SystemString
Error Message. - cause
- Type: SystemException
Exception that caused this exception.
See Also