MLContext.IExceptionContext.Process<TException>(TException) 메서드

정의

TException IExceptionContext.Process<TException> (TException ex) where TException : Exception;
abstract member Microsoft.ML.Runtime.IExceptionContext.Process : 'Exception -> 'Exception (requires 'Exception :> Exception)
override this.Microsoft.ML.Runtime.IExceptionContext.Process : 'Exception -> 'Exception (requires 'Exception :> Exception)
Function Process(Of TException As Exception) (ex As TException) As TException Implements IExceptionContext.Process

형식 매개 변수

TException

매개 변수

ex
TException

반환

TException

구현

적용 대상