HttpError Constructor
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 | |
---|---|---|
![]() |
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. |
Top