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
)
Public Shared Function HandleError (
ex As Exception,
action As String
) As RdfStorageException
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