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 ref class ExceptionCatchBlocks abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticHttpBatchHandler

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

System_CAPS_pubpropertySystem_CAPS_staticHttpControllerDispatcher

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

System_CAPS_pubpropertySystem_CAPS_staticHttpServer

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

System_CAPS_pubpropertySystem_CAPS_staticIExceptionFilter

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.

Return to top
Show: