MLContext.IExceptionContext.Process<TException>(TException) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Type Parameters
- TException
Parameters
- ex
- TException
Returns
TException