Метод | Описание | |
---|---|---|
BrokerException ( ) : System | ||
BrokerException ( Apache.NMS.ActiveMQ.Commands.BrokerError brokerError ) : System | ||
BrokerException ( Apache.NMS.ActiveMQ.Commands.BrokerError brokerError, |
||
GetObjectData ( System info, System context ) : void |
When overridden in a derived class, sets the SerializationInfo with information about the exception.
|
|
StackTraceDump ( Apache.NMS.ActiveMQ.Commands.StackTraceElement elements ) : string |
Generates a nice textual stack trace
|
Метод | Описание | |
---|---|---|
BrokerException ( System info, System context ) : System |
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).
|
public BrokerException ( Apache.NMS.ActiveMQ.Commands.BrokerError brokerError ) : System | ||
brokerError | Apache.NMS.ActiveMQ.Commands.BrokerError | |
Результат | System |
public BrokerException ( Apache.NMS.ActiveMQ.Commands.BrokerError brokerError, |
||
brokerError | Apache.NMS.ActiveMQ.Commands.BrokerError | |
innerException | ||
Результат | System |
protected BrokerException ( System info, System context ) : System | ||
info | System | The SerializationInfo that holds the serialized object data about the exception being thrown. |
context | System | The StreamingContext that contains contextual information about the source or destination. |
Результат | System |
public GetObjectData ( System info, System context ) : void | ||
info | System | The SerializationInfo that holds the serialized object data about the exception being thrown. |
context | System | The StreamingContext that contains contextual information about the source or destination. |
Результат | void |
public static StackTraceDump ( Apache.NMS.ActiveMQ.Commands.StackTraceElement elements ) : string | ||
elements | Apache.NMS.ActiveMQ.Commands.StackTraceElement | |
Результат | string |