HttpListenerException Constructor
.NET Framework (current version)
Initializes a new instance of the HttpListenerException class.
Assembly: System (in System.dll)
| 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) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the HttpListenerException class from the specified instances of the SerializationInfo and StreamingContext classes. |
Show:

