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:
Syntax public RdfOntologyException(
string errorMsg,
Exception cause
)
Public Sub New (
errorMsg As String,
cause As Exception
)
Parameters
- errorMsg
- Type: SystemString
Error message. - cause
- Type: SystemException
Inner Exception.
See Also