다음을 통해 공유


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

적용 대상