ExceptionServices Class
Creates exception services to call logging and handling from catch blocks.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetHandler(HttpConfiguration^) | Gets an exception handler that calls the registered handler service, if any, and ensures exceptions do not accidentally propagate to the host. |
![]() ![]() | GetHandler(ServicesContainer^) | Gets an exception handler that calls the registered handler service, if any, and ensures exceptions do not accidentally propagate to the host. |
![]() ![]() | GetLogger(HttpConfiguration^) | Gets an exception logger that calls all registered logger services. |
![]() ![]() | GetLogger(ServicesContainer^) | Gets an exception logger that calls all registered logger services. |
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:

