ExceptionHandlerContext Class

 

Represents the context within which unhandled exception handling occurs.

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

System::Object
  System.Web.Http.ExceptionHandling::ExceptionHandlerContext

public ref class ExceptionHandlerContext 

NameDescription
System_CAPS_pubmethodExceptionHandlerContext(ExceptionContext^)

Initializes a new instance of the ExceptionHandlerContext class.

NameDescription
System_CAPS_pubpropertyCatchBlock

Gets the catch block in which the exception was caught.

System_CAPS_pubpropertyException

Gets the caught exception.

System_CAPS_pubpropertyExceptionContext

Gets the exception context providing the exception and related data.

System_CAPS_pubpropertyRequest

Gets the request being processed when the exception was caught.

System_CAPS_pubpropertyRequestContext

Gets the request context in which the exception occurred.

System_CAPS_pubpropertyResult

Gets or sets the result providing the response message when the exception is handled.

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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: