Class RdfReasoningException
Class for representing Exceptions occurring in RDF reasoners.
Implements
Inherited Members
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public class RdfReasoningException : RdfQueryException, ISerializable
Constructors
| Edit this page View SourceRdfReasoningException(string)
Creates a new RDF Reasoning Exception.
Declaration
public RdfReasoningException(string errorMsg)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error Message. |
RdfReasoningException(string, Exception)
Creates a new RDF Reasoning Exception.
Declaration
public RdfReasoningException(string errorMsg, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error Message. |
Exception | cause | Exception that caused this exception. |