Class ConnectionError
Inheritance
System.Object
ConnectionError
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class ConnectionError : BaseCommand, Command, DataStructure, ICloneable
Fields
|
Improve this Doc
View Source
ID_CONNECTIONERROR
Declaration
public const byte ID_CONNECTIONERROR = 16
Field Value
Type |
Description |
System.Byte |
|
Properties
|
Improve this Doc
View Source
ConnectionId
Declaration
public ConnectionId ConnectionId { get; set; }
Property Value
|
Improve this Doc
View Source
Exception
Declaration
public BrokerError Exception { get; set; }
Property Value
|
Improve this Doc
View Source
IsConnectionError
Declaration
public override bool IsConnectionError { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
GetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type |
Description |
System.Byte |
|
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Visit(ICommandVisitor)
Declaration
public override Response Visit(ICommandVisitor visitor)
Parameters
Returns
Overrides
Implements
System.ICloneable