ExceptionLoggerContext Class
Represents the context within which unhandled exception logging occurs.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ExceptionLoggerContext(ExceptionContext^) | Initializes a new instance of the ExceptionLoggerContext class. |
| Name | Description | |
|---|---|---|
![]() | CallsHandler | Gets or sets a value indicating whether the exception can subsequently be handled by an IExceptionHandler to produce a new response message. |
![]() | CatchBlock | Gets the catch block in which the exception was caught. |
![]() | Exception | Gets the caught exception. |
![]() | ExceptionContext | Gets the exception context providing the exception and related data. |
![]() | Request | Gets the request being processed when the exception was caught. |
![]() | RequestContext | Gets the request context in which the exception occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


