Class BrokerException
Exception thrown when the broker returns an error
Inheritance
Implements
Inherited Members
Namespace: Apache.NMS.ActiveMQ
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
[Serializable]
public class BrokerException : NMSException, ISerializableConstructors
| Improve this Doc View SourceBrokerException()
Declaration
public BrokerException()BrokerException(BrokerError)
Declaration
public BrokerException(BrokerError brokerError)Parameters
| Type | Name | Description | 
|---|---|---|
| BrokerError | brokerError | 
BrokerException(BrokerError, Exception)
Declaration
public BrokerException(BrokerError brokerError, Exception innerException)Parameters
| Type | Name | Description | 
|---|---|---|
| BrokerError | brokerError | |
| System.Exception | innerException | 
BrokerException(SerializationInfo, StreamingContext)
Initializes a new instance of the BrokerException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
Declaration
protected BrokerException(SerializationInfo info, StreamingContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. | 
| System.Runtime.Serialization.StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. | 
Properties
| Improve this Doc View SourceBrokerError
Declaration
public BrokerError BrokerError { get; }Property Value
| Type | Description | 
|---|---|
| BrokerError | 
JavaStackTrace
Declaration
public virtual string JavaStackTrace { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
| Improve this Doc View SourceGetObjectData(SerializationInfo, StreamingContext)
When overridden in a derived class, sets the SerializationInfo with information about the exception.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. | 
| System.Runtime.Serialization.StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. | 
Overrides
StackTraceDump(StackTraceElement[])
Generates a nice textual stack trace
Declaration
public static string StackTraceDump(StackTraceElement[] elements)Parameters
| Type | Name | Description | 
|---|---|---|
| StackTraceElement[] | elements | 
Returns
| Type | Description | 
|---|---|
| System.String |