Click or drag to resize

SparqlUpdateMalformedException Constructor (String, Exception)

Creates a new Malformed Update Exception.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlUpdateMalformedException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
Error Message.
cause
Type: SystemException
Exception that caused this exception to be thrown.
See Also