Include Protected Members
Include Inherited Members
Initializes a new instance of the HttpError class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
| .jpeg) | HttpError() | Initializes a new instance of the HttpError class. | 
| .jpeg) | HttpError(String) | Initializes a new instance of the HttpError class containing error message message. | 
| .jpeg) | HttpError(Exception, Boolean) | Initializes a new instance of the HttpError class for exception. | 
| .jpeg) | HttpError(ModelStateDictionary, Boolean) | Initializes a new instance of the HttpError class for modelState. | 
Top