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

実装

適用対象