HttpErrorKeys Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides keys to look up error information stored in the HttpError dictionary.
public static class HttpErrorKeys
type HttpErrorKeys = class
Public Class HttpErrorKeys
- Inheritance
-
HttpErrorKeys
Fields
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. |