HttpListenerException Constructor
.NET Framework 3.0
Initializes a new instance of the HttpListenerException class.
| 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) | Initializes a new instance of the HttpListenerException class from the specified instances of the SerializationInfo and StreamingContext classes. |