SparqlUpdateMalformedException Constructor (String) |
Creates a new Malformed Update Exception.
Namespace:
VDS.RDF.Update
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public SparqlUpdateMalformedException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
Error Message.
See Also