HttpError Class
Defines a serializable container for arbitrary error information.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
The HttpError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HttpError() | Initializes a new instance of the HttpError class. |
![]() | HttpError(String) | Initializes a new instance of the HttpError class containing error message message. |
![]() | HttpError(Exception, Boolean) | Initializes a new instance of the HttpError class for exception. |
![]() | HttpError(ModelStateDictionary, Boolean) | Initializes a new instance of the HttpError class for modelState. |
| Name | Description | |
|---|---|---|
![]() | Comparer | (Inherited from Dictionary<String, Object>.) |
![]() | Count | (Inherited from Dictionary<String, Object>.) |
![]() | Item | (Inherited from Dictionary<String, Object>.) |
![]() | Keys | (Inherited from Dictionary<String, Object>.) |
![]() | Message | The error message associated with this instance. |
![]() | Values | (Inherited from Dictionary<String, Object>.) |
| Name | Description | |
|---|---|---|
![]() | Add | (Inherited from Dictionary<String, Object>.) |
![]() | Clear | (Inherited from Dictionary<String, Object>.) |
![]() | ContainsKey | (Inherited from Dictionary<String, Object>.) |
![]() | ContainsValue | (Inherited from Dictionary<String, Object>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from Dictionary<String, Object>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Security Critical. (Inherited from Dictionary<String, Object>.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnDeserialization | (Inherited from Dictionary<String, Object>.) |
![]() | Remove | (Inherited from Dictionary<String, Object>.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | (Inherited from Dictionary<String, Object>.) |
Top

