Click or drag to resize

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
)

Parameters

errorMsg
Type: SystemString
Error message.
cause
Type: SystemException
Inner Exception.
See Also