Click or drag to resize

SparqlUpdateException Constructor (String, Exception)

Createa a new RDF Update Exception.

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

Parameters

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