Table of Contents

Class ConnectionError

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
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

byte

Properties

ConnectionId

public ConnectionId ConnectionId { get; set; }

Property Value

ConnectionId

Exception

public BrokerError Exception { get; set; }

Property Value

BrokerError

IsConnectionError

public override bool IsConnectionError { get; }

Property Value

bool

Methods

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

ToString()

public override string ToString()

Returns

string

Visit(ICommandVisitor)

public override Response Visit(ICommandVisitor visitor)

Parameters

visitor ICommandVisitor

Returns

Response