TelnetException Constructor
Namespace: Rebex.Net
Assembly: Rebex.Telnet.dll (version 7.0.9147)
TelnetException()
Initializes a new instance of the Telnet
Declaration
public TelnetException()
TelnetException(String)
Initializes a new instance of the Telnet
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 Telnet
Declaration
public TelnetException(string message, Exception inner)