Class RdfOntologyException
Class for representing errors with Ontologies.
Implements
Inherited Members
Namespace: VDS.RDF.Ontology
Assembly: dotNetRdf.dll
Syntax
public class RdfOntologyException : RdfException, ISerializable
Constructors
| Edit this page View SourceRdfOntologyException(string)
Creates a new RDF Ontology Exception with the given message.
Declaration
public RdfOntologyException(string errorMsg)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error message. |
RdfOntologyException(string, Exception)
Creates a new RDF Ontology Exception with the given message and inner exception.
Declaration
public RdfOntologyException(string errorMsg, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error message. |
Exception | cause | Inner Exception. |