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.
ExceptionLogger Class
Represents an unhandled exception logger.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ExceptionLogger() | Initializes a new instance of the ExceptionLogger class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Log(ExceptionLoggerContext) | When overridden in a derived class, logs the exception synchronously. |
![]() | LogAsync(ExceptionLoggerContext, CancellationToken) | When overridden in a derived class, logs the exception asynchronously. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ShouldLog(ExceptionLoggerContext) | Determines whether the exception should be logged. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | LogAsync(ExceptionContext, CancellationToken) | Calls an exception logger.(Defined by ExceptionLoggerExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



