ExceptionCatchBlocks Class
Provides the catch blocks used within this assembly.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.ExceptionHandling.ExceptionCatchBlocks
Syntax
public static class ExceptionCatchBlocks
public ref class ExceptionCatchBlocks abstract sealed
[<AbstractClass>]
[<Sealed>]
type ExceptionCatchBlocks = class end
Public NotInheritable Class ExceptionCatchBlocks
Properties
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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.ExceptionHandling Namespace
Return to top