IExceptionContext.Process<TException>(TException) メソッド

定義

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

型パラメーター

TException

パラメーター

ex
TException

戻り値

TException

適用対象