HttpListenerException Constructor
.NET Framework 3.5
Initializes a new instance of the HttpListenerException 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 | |
|---|---|---|
|
HttpListenerException() | Initializes a new instance of the HttpListenerException class. |
|
HttpListenerException(Int32) | Initializes a new instance of the HttpListenerException class using the specified error code. |
|
HttpListenerException(Int32, String) | Initializes a new instance of the HttpListenerException class using the specified error code and message. |
|
HttpListenerException(SerializationInfo, StreamingContext) | Infrastructure. Initializes a new instance of the HttpListenerException class from the specified instances of the SerializationInfo and StreamingContext classes. |