Click or drag to resize

StorageHelper.HandleHttpError Method (WebException, String)

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

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static RdfStorageException HandleHttpError(
	WebException webEx,
	string action
)

Parameters

webEx
Type: System.Net.WebException
HTTP Error.
action
Type: System.String
Action being performed.

Return Value

Type: RdfStorageException

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

See Also