ExceptionHandler Class
Represents an unhandled exception handler.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ExceptionHandler() | Initializes a new instance of the ExceptionHandler class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Handle(ExceptionHandlerContext^) | When overridden in a derived class, handles the exception synchronously. |
![]() | HandleAsync(ExceptionHandlerContext^, CancellationToken) | When overridden in a derived class, handles the exception asynchronously. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ShouldHandle(ExceptionHandlerContext^) | Determines whether the exception should be handled. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | HandleAsync(ExceptionContext^, CancellationToken) | Calls an exception handler and determines the response handling it, if any.(Defined by ExceptionHandlerExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



