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

实现

适用于