Class SparqlUpdateMalformedException
Class for representing malformed SPARQL Updates.
Implements
Inherited Members
Namespace: VDS.RDF.Update
Assembly: dotNetRdf.dll
Syntax
public class SparqlUpdateMalformedException : SparqlUpdateException, ISerializable
Remarks
This is distinct from a RdfParseException as it is possible for an update to be syntactically valid but semantically malformed.
Constructors
| Edit this page View SourceSparqlUpdateMalformedException(string)
Creates a new Malformed Update Exception.
Declaration
public SparqlUpdateMalformedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error Message. |
SparqlUpdateMalformedException(string, Exception)
Creates a new Malformed Update Exception.
Declaration
public SparqlUpdateMalformedException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error Message. |
Exception | cause | Exception that caused this exception to be thrown. |