Class HttpErrorKeys
Provides keys to look up error information stored in the HttpError dictionary.
public static class HttpErrorKeys
- Inheritance
-
HttpErrorKeys
- Inherited Members
Fields
ErrorCodeKey
Provides a key for the ErrorCode.
public static readonly string ErrorCodeKey
Field Value
ExceptionMessageKey
Provides a key for the ExceptionMessage.
public static readonly string ExceptionMessageKey
Field Value
ExceptionTypeKey
Provides a key for the ExceptionType.
public static readonly string ExceptionTypeKey
Field Value
InnerExceptionKey
Provides a key for the InnerException.
public static readonly string InnerExceptionKey
Field Value
MessageDetailKey
Provides a key for the MessageDetail.
public static readonly string MessageDetailKey
Field Value
MessageKey
Provides a key for the Message.
public static readonly string MessageKey
Field Value
MessageLanguageKey
Provides a key for the MessageLanguage.
public static readonly string MessageLanguageKey
Field Value
ModelStateKey
Provides a key for the ModelState.
public static readonly string ModelStateKey
Field Value
StackTraceKey
Provides a key for the StackTrace.
public static readonly string StackTraceKey