ExceptionHandler Class

 

Represents an unhandled exception handler.

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

System::Object
  System.Web.Http.ExceptionHandling::ExceptionHandler

public ref class ExceptionHandler abstract : IExceptionHandler

NameDescription
System_CAPS_protmethodExceptionHandler()

Initializes a new instance of the ExceptionHandler class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHandle(ExceptionHandlerContext^)

When overridden in a derived class, handles the exception synchronously.

System_CAPS_pubmethodHandleAsync(ExceptionHandlerContext^, CancellationToken)

When overridden in a derived class, handles the exception asynchronously.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodShouldHandle(ExceptionHandlerContext^)

Determines whether the exception should be handled.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodHandleAsync(ExceptionContext^, CancellationToken)

Calls an exception handler and determines the response handling it, if any.(Defined by ExceptionHandlerExtensions.)

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: