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: SystemString
Error Message.
cause
Type: SystemException
Exception that caused this Exception.
See Also