共用方式為


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

適用於