Class BrokerError
Represents an exception on the broker
Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Apache.NMS.ActiveMQ.Commands
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
[Serializable]
public class BrokerError : BaseCommand, Command, DataStructure, ICloneableProperties
| Improve this Doc View SourceCause
Declaration
public BrokerError Cause { get; set; }Property Value
| Type | Description | 
|---|---|
| BrokerError | 
ExceptionClass
Declaration
public string ExceptionClass { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Message
Declaration
public string Message { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
StackTrace
Declaration
public string StackTrace { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
StackTraceElements
Declaration
public StackTraceElement[] StackTraceElements { get; set; }Property Value
| Type | Description | 
|---|---|
| StackTraceElement[] | 
Methods
| Improve this Doc View SourcePrintStackTrace(TextWriter)
Declaration
public void PrintStackTrace(TextWriter writer)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.TextWriter | writer | 
Implements
      System.ICloneable