Class SparqlUpdateException
Class of exceptions that may occur when performing SPARQL Updates.
Inheritance
SparqlUpdateException
Implements
Inherited Members
Namespace: VDS.RDF.Update
Assembly: dotNetRdf.dll
Syntax
public class SparqlUpdateException : RdfException, ISerializable
Constructors
| Edit this page View SourceSparqlUpdateException(string)
Creates a new RDF Update Exception.
Declaration
public SparqlUpdateException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error Message. |
SparqlUpdateException(string, Exception)
Createa a new RDF Update Exception.
Declaration
public SparqlUpdateException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error Message. |
Exception | cause | Exception that caused this exception to be thrown. |