Click or drag to resize

StorageHelperHandleHttpError 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.NetWebException
HTTP Error.
action
Type: SystemString
Action being performed.

Return Value

Type: RdfStorageException

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

See Also