Click or drag to resize

StorageHelperHandleHttpQueryError Method

Handles HTTP Query Errors obtaining additional information from the HTTP response if possible.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static RdfQueryException HandleHttpQueryError(
	WebException webEx
)

Parameters

webEx
Type: System.NetWebException
HTTP Error.

Return Value

Type: RdfQueryException

[Missing <returns> documentation for "M:VDS.RDF.Storage.StorageHelper.HandleHttpQueryError(System.Net.WebException)"]

See Also