Click or drag to resize

StorageHelper.HandleError 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: System.Exception
Error.
action
Type: System.String
Action being performed.

Return Value

Type: RdfStorageException

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

See Also