Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExceptionLoggerContext Class

 

Represents the context within which unhandled exception logging occurs.

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

System::Object
  System.Web.Http.ExceptionHandling::ExceptionLoggerContext

public ref class ExceptionLoggerContext 

NameDescription
System_CAPS_pubmethodExceptionLoggerContext(ExceptionContext^)

Initializes a new instance of the ExceptionLoggerContext class.

NameDescription
System_CAPS_pubpropertyCallsHandler

Gets or sets a value indicating whether the exception can subsequently be handled by an IExceptionHandler to produce a new response message.

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.

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: