Class BrokerException
- Namespace
- Apache.NMS.ActiveMQ
- Assembly
- Apache.NMS.ActiveMQ.dll
public class BrokerException : NMSException
- Inheritance
-
BrokerException
Constructors
BrokerException()
BrokerException(BrokerError)
public BrokerException(BrokerError brokerError)
Parameters
brokerError
BrokerError
BrokerException(BrokerError, Exception)
public BrokerException(BrokerError brokerError, Exception innerException)
Parameters
brokerError
BrokerError
innerException
Exception
BrokerException(SerializationInfo, StreamingContext)
protected BrokerException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext
Properties
BrokerError
public BrokerError BrokerError { get; }
Property Value
- BrokerError
JavaStackTrace
public virtual string JavaStackTrace { get; }
Property Value
- string
Methods
GetObjectData(SerializationInfo, StreamingContext)
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext
StackTraceDump(StackTraceElement[])
public static string StackTraceDump(StackTraceElement[] elements)
Parameters
elements
StackTraceElement[]
Returns
- string