Click or drag to resize

SparqlUpdateMalformedException Constructor (String)

Creates a new Malformed Update Exception.

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

Parameters

message
Type: SystemString
Error Message.
See Also