Class SparqlHttpProtocolException
Class of exceptions that may occur when using the SPARQL Graph Store HTTP Protocol for Graph Management.
Inheritance
SparqlHttpProtocolException
Implements
Inherited Members
Namespace: VDS.RDF.Update.Protocol
Assembly: dotNetRdf.dll
Syntax
public class SparqlHttpProtocolException : RdfException, ISerializable
Constructors
| Edit this page View SourceSparqlHttpProtocolException(string)
Creates a new SPARQL Graph Store HTTP Protocol Exception.
Declaration
public SparqlHttpProtocolException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error Message. |
SparqlHttpProtocolException(string, Exception)
Creates a new SPARQL Graph Store HTTP Protocol Exception.
Declaration
public SparqlHttpProtocolException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error Message. |
Exception | cause | Exception that caused this Exception. |