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.
HttpErrorKeys Class
Provides keys to look up error information stored in the HttpError dictionary.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ErrorCodeKey | Provides a key for the ErrorCode. |
![]() ![]() | ExceptionMessageKey | Provides a key for the ExceptionMessage. |
![]() ![]() | ExceptionTypeKey | Provides a key for the ExceptionType. |
![]() ![]() | InnerExceptionKey | Provides a key for the InnerException. |
![]() ![]() | MessageDetailKey | Provides a key for the MessageDetail. |
![]() ![]() | MessageKey | Provides a key for the Message. |
![]() ![]() | MessageLanguageKey | Provides a key for the MessageLanguage. |
![]() ![]() | ModelStateKey | Provides a key for the ModelState. |
![]() ![]() | StackTraceKey | Provides a key for the StackTrace. |
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:

