ExceptionHandlerExtensions Class

 

Provides extension methods for IExceptionHandler.

Namespace:   System.Web.Http.ExceptionHandling
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.ExceptionHandling::ExceptionHandlerExtensions

[ExtensionAttribute]
public ref class ExceptionHandlerExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticHandleAsync(IExceptionHandler^, ExceptionContext^, CancellationToken)

Calls an exception handler and determines the response handling it, if any.

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: