ExceptionCatchBlocks Class
Provides the catch blocks used within this assembly.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
System.Object
System.Web.Http.ExceptionHandling.ExceptionCatchBlocks
public static class ExceptionCatchBlocks
public ref class ExceptionCatchBlocks abstract sealed
[<AbstractClass>]
[<Sealed>]
type ExceptionCatchBlocks = class end
Public NotInheritable Class ExceptionCatchBlocks
Name | Description | |
---|---|---|
![]() ![]() |
HttpBatchHandler | Gets the catch block in System.Web.Http.ExceptionHandling.ExceptionCatchBlocks.HttpBatchHandler.SendAsync. |
![]() ![]() |
HttpControllerDispatcher | Gets the catch block in System.Web.Http.ExceptionHandling.ExceptionCatchBlocks.HttpControllerDispatcher.SendAsync. |
![]() ![]() |
HttpServer | Gets the catch block in System.Web.Http.ExceptionHandling.ExceptionCatchBlocks.HttpServer.SendAsync. |
![]() ![]() |
IExceptionFilter | Gets the catch block in System.Web.Http.ApiController.ExecuteAsync when using IExceptionFilter. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.Web.Http.ExceptionHandling Namespace
Return to top