RdfOntologyException Constructor (String, Exception) |
Creates a new RDF Ontology Exception with the given message and inner exception.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic RdfOntologyException(
string errorMsg,
Exception cause
)
Public Sub New (
errorMsg As String,
cause As Exception
)
Parameters
- errorMsg
- Type: System.String
Error message. - cause
- Type: System.Exception
Inner Exception.
See Also