StorageHelperHandleErrorT Method (Exception, String, FuncString, Exception, T) |
Handles Errors.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static T HandleError<T>(
Exception ex,
string action,
Func<string, Exception, T> errorProvider
)
where T : Exception
Public Shared Function HandleError(Of T As Exception) (
ex As Exception,
action As String,
errorProvider As Func(Of String, Exception, T)
) As T
Parameters
- ex
- Type: SystemException
Error. - action
- Type: SystemString
Action being performed. - errorProvider
- Type: SystemFuncString, Exception, T
Function that generates the actual errors.
Type Parameters
- T
- Error Type.
Return Value
Type:
T[Missing <returns> documentation for "M:VDS.RDF.Storage.StorageHelper.HandleError``1(System.Exception,System.String,System.Func{System.String,System.Exception,``0})"]
See Also