Share via


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
System_CAPS_pubpropertySystem_CAPS_static HttpBatchHandler

Gets the catch block in System.Web.Http.ExceptionHandling.ExceptionCatchBlocks.HttpBatchHandler.SendAsync.

System_CAPS_pubpropertySystem_CAPS_static HttpControllerDispatcher

Gets the catch block in System.Web.Http.ExceptionHandling.ExceptionCatchBlocks.HttpControllerDispatcher.SendAsync.

System_CAPS_pubpropertySystem_CAPS_static HttpServer

Gets the catch block in System.Web.Http.ExceptionHandling.ExceptionCatchBlocks.HttpServer.SendAsync.

System_CAPS_pubpropertySystem_CAPS_static 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