TelnetException Constructor
Namespace: Rebex.Net
Assembly: Rebex.Telnet.dll (version 7.0.9083)
TelnetException()
Initializes a new instance of the TelnetException class.
Declaration
public TelnetException()
TelnetException(String)
Initializes a new instance of the TelnetException class with the specified error message.
Declaration
public TelnetException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
TelnetException(String, Exception)
Initializes a new instance of the TelnetException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public TelnetException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | inner | The exception that is the cause of the current exception. |