TelnetException Class
Namespace: Rebex.Net
Assembly: Rebex.Telnet.dll (version 7.0.9147)
The exception that is thrown when a Telnet error occurs.
Syntax
public class TelnetException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Telnet |
Initializes a new instance of the Telnet |
Telnet |
Initializes a new instance of the Telnet |
Telnet |
Initializes a new instance of the Telnet |
Properties
Name | Description |
---|---|
Protocol |
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Protocol |
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Status | Gets error status.
Inherited from Network |