SparqlHttpProtocolException Constructor (String, Exception) |
Creates a new SPARQL Graph Store HTTP Protocol Exception.
Namespace:
VDS.RDF.Update.Protocol
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public SparqlHttpProtocolException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
Parameters
- message
- Type: SystemString
Error Message. - cause
- Type: SystemException
Exception that caused this Exception.
See Also