SparqlUpdateMalformedException Constructor (String, Exception) |
Creates a new Malformed Update Exception.
Namespace:
VDS.RDF.Update
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic SparqlUpdateMalformedException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
Parameters
- message
- Type: System.String
Error Message. - cause
- Type: System.Exception
Exception that caused this exception to be thrown.
See Also