Class RdfSkosException
Class for representing errors that occur in the processing of SKOS graphs.
Implements
Inherited Members
Namespace: VDS.RDF.Skos
Assembly: dotNetRdf.dll
Syntax
public class RdfSkosException : RdfException, ISerializable
Constructors
| Edit this page View SourceRdfSkosException(string)
Creates a new RDF SKOS exception.
Declaration
public RdfSkosException(string errorMsg)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | The error message associated with the exception. |
RdfSkosException(string, Exception)
Creates a new RDF SKOS exception.
Declaration
public RdfSkosException(string errorMsg, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | The error message assocaited with teh exception. |
Exception | cause | The inner exception. |