This documentation is archived and is not being maintained.
HttpParseException Constructor
Visual Studio 2010
Initializes a new instance of the HttpParseException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HttpParseException() | Initializes a new instance of the HttpParseException class. |
|
HttpParseException(String) | Initializes a new instance of the HttpParseException class with a specified error message. |
|
HttpParseException(String, Exception) | Initializes a new instance of the HttpParseException class with a specified error message and a reference to the inner. |
|
HttpParseException(String, Exception, String, String, Int32) | Initializes a new instance of the HttpParseException class with specific information about the source code being compiled and the line number on which the exception occurred. |
Show: