Class ConnectionError
public class ConnectionError : BaseCommand, Command, DataStructure, ICloneable
- Inheritance
-
ConnectionError
- Implements
- Inherited Members
Constructors
ConnectionError()
public ConnectionError()
Fields
ID_CONNECTIONERROR
public const byte ID_CONNECTIONERROR = 16
Field Value
Properties
ConnectionId
public ConnectionId ConnectionId { get; set; }
Property Value
Exception
public BrokerError Exception { get; set; }
Property Value
IsConnectionError
public override bool IsConnectionError { get; }
Property Value
Methods
GetDataStructureType()
public override byte GetDataStructureType()
Returns
ToString()
public override string ToString()
Returns
Visit(ICommandVisitor)
public override Response Visit(ICommandVisitor visitor)
Parameters
visitor
ICommandVisitor