RdfReasoningException Constructor (String, Exception) |
Creates a new RDF Reasoning Exception.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic RdfReasoningException(
string errorMsg,
Exception cause
)
Public Sub New (
errorMsg As String,
cause As Exception
)
Parameters
- errorMsg
- Type: System.String
Error Message. - cause
- Type: System.Exception
Exception that caused this exception.
See Also