Class RdfQueryException
Class for representing errors that occur while querying RDF.
Inheritance
RdfQueryException
Implements
Inherited Members
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public class RdfQueryException : RdfException, ISerializable
Constructors
| Edit this page View SourceRdfQueryException(string)
Creates a new RDF Query Exception.
Declaration
public RdfQueryException(string errorMsg)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error Message. |
RdfQueryException(string, Exception)
Creates a new RDF Query Exception.
Declaration
public RdfQueryException(string errorMsg, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error Message. |
Exception | cause | Exception that caused this Exception. |