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
System_CAPS_pubfieldSystem_CAPS_static ErrorCodeKey

Provides a key for the ErrorCode.

System_CAPS_pubfieldSystem_CAPS_static ExceptionMessageKey

Provides a key for the ExceptionMessage.

System_CAPS_pubfieldSystem_CAPS_static ExceptionTypeKey

Provides a key for the ExceptionType.

System_CAPS_pubfieldSystem_CAPS_static InnerExceptionKey

Provides a key for the InnerException.

System_CAPS_pubfieldSystem_CAPS_static MessageDetailKey

Provides a key for the MessageDetail.

System_CAPS_pubfieldSystem_CAPS_static MessageKey

Provides a key for the Message.

System_CAPS_pubfieldSystem_CAPS_static MessageLanguageKey

Provides a key for the MessageLanguage.

System_CAPS_pubfieldSystem_CAPS_static ModelStateKey

Provides a key for the ModelState.

System_CAPS_pubfieldSystem_CAPS_static 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

System.Web.Http Namespace

Return to top