Table of Contents

Class HttpErrorKeys

Namespace
System.Web.Http
Assembly
System.Web.Http.dll

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

string

ExceptionMessageKey

Provides a key for the ExceptionMessage.

public static readonly string ExceptionMessageKey

Field Value

string

ExceptionTypeKey

Provides a key for the ExceptionType.

public static readonly string ExceptionTypeKey

Field Value

string

InnerExceptionKey

Provides a key for the InnerException.

public static readonly string InnerExceptionKey

Field Value

string

MessageDetailKey

Provides a key for the MessageDetail.

public static readonly string MessageDetailKey

Field Value

string

MessageKey

Provides a key for the Message.

public static readonly string MessageKey

Field Value

string

MessageLanguageKey

Provides a key for the MessageLanguage.

public static readonly string MessageLanguageKey

Field Value

string

ModelStateKey

Provides a key for the ModelState.

public static readonly string ModelStateKey

Field Value

string

StackTraceKey

Provides a key for the StackTrace.

public static readonly string StackTraceKey

Field Value

string