Click or drag to resize

StorageHelperHandleError Method (Exception, String)

Handles Errors.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static RdfStorageException HandleError(
	Exception ex,
	string action
)

Parameters

ex
Type: SystemException
Error.
action
Type: SystemString
Action being performed.

Return Value

Type: RdfStorageException

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

See Also