IExceptionContext.Process<TException>(TException) Method

Definition

public TException Process<TException> (TException ex) where TException : Exception;
abstract member Process : 'Exception -> 'Exception (requires 'Exception :> Exception)
Public Function Process(Of TException As Exception) (ex As TException) As TException

Type Parameters

TException

Parameters

ex
TException

Returns

TException

Applies to