IExceptionHandler Interface
Defines an unhandled exception handler.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HandleAsync(ExceptionHandlerContext^, CancellationToken) | Process an unhandled exception, either allowing it to propagate or handling it by providing a response message to return instead. |
| Name | Description | |
|---|---|---|
![]() | HandleAsync(ExceptionContext^, CancellationToken) | Calls an exception handler and determines the response handling it, if any.(Defined by ExceptionHandlerExtensions.) |
Show:
