Click or drag to resize

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
)

Parameters

message
Type: System.String
Error Message.
cause
Type: System.Exception
Exception that caused this Exception.
See Also