Table of Contents

Class BrokerError

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class BrokerError : BaseCommand, Command, DataStructure, ICloneable
Inheritance
BrokerError
Implements
Inherited Members

Constructors

BrokerError()

public BrokerError()

Properties

Cause

public BrokerError Cause { get; set; }

Property Value

BrokerError

ExceptionClass

public string ExceptionClass { get; set; }

Property Value

string

Message

public string Message { get; set; }

Property Value

string

StackTrace

public string StackTrace { get; }

Property Value

string

StackTraceElements

public StackTraceElement[] StackTraceElements { get; set; }

Property Value

StackTraceElement[]

Methods

PrintStackTrace(TextWriter)

public void PrintStackTrace(TextWriter writer)

Parameters

writer TextWriter