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)

System::Object
  System.Web.Http::HttpErrorKeys

public ref class HttpErrorKeys abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticErrorCodeKey

Provides a key for the ErrorCode.

System_CAPS_pubfieldSystem_CAPS_staticExceptionMessageKey

Provides a key for the ExceptionMessage.

System_CAPS_pubfieldSystem_CAPS_staticExceptionTypeKey

Provides a key for the ExceptionType.

System_CAPS_pubfieldSystem_CAPS_staticInnerExceptionKey

Provides a key for the InnerException.

System_CAPS_pubfieldSystem_CAPS_staticMessageDetailKey

Provides a key for the MessageDetail.

System_CAPS_pubfieldSystem_CAPS_staticMessageKey

Provides a key for the Message.

System_CAPS_pubfieldSystem_CAPS_staticMessageLanguageKey

Provides a key for the MessageLanguage.

System_CAPS_pubfieldSystem_CAPS_staticModelStateKey

Provides a key for the ModelState.

System_CAPS_pubfieldSystem_CAPS_staticStackTraceKey

Provides a key for the StackTrace.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: