HttpErrorKeys Class
Provides keys to look up error information stored in the HttpError dictionary.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.HttpErrorKeys
Syntax
public static class HttpErrorKeys
public ref class HttpErrorKeys abstract sealed
[<AbstractClass>]
[<Sealed>]
type HttpErrorKeys = class end
Public NotInheritable Class HttpErrorKeys
Fields
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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top