CannotConnectException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the CannotConnectException class.
Overload List
Name | Description | |
---|---|---|
CannotConnectException() | Initializes a new instance of the CannotConnectException class. | |
CannotConnectException(String) | Initializes a new instance of the CannotConnectException class with the specified message. | |
CannotConnectException(SerializationInfo, StreamingContext) | Initializes a new instance of the CannotConnectException class with the specified serialization information and streaming context. | |
CannotConnectException(String, Exception) | Initializes a new instance of the CannotConnectException class with the specified message and inner exception. |
Top