HttpParseException Constructor

Initializes a new instance of the HttpParseException class.

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.

Community Additions

ADD
Show: