HttpErrorKeys Class

Definition

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.

Applies to