C# Класс Apache.NMS.ActiveMQ.BrokerException

Наследование: NMSException
Показать файл Открыть проект

Открытые методы

Метод Описание
BrokerException ( ) : System
BrokerException ( Apache.NMS.ActiveMQ.Commands.BrokerError brokerError ) : System
BrokerException ( Apache.NMS.ActiveMQ.Commands.BrokerError brokerError, Exception innerException ) : System
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).

Описание методов

BrokerException() публичный Метод

public BrokerException ( ) : System
Результат System

BrokerException() публичный Метод

public BrokerException ( Apache.NMS.ActiveMQ.Commands.BrokerError brokerError ) : System
brokerError Apache.NMS.ActiveMQ.Commands.BrokerError
Результат System

BrokerException() публичный Метод

public BrokerException ( Apache.NMS.ActiveMQ.Commands.BrokerError brokerError, Exception innerException ) : System
brokerError Apache.NMS.ActiveMQ.Commands.BrokerError
innerException System.Exception
Результат System

BrokerException() защищенный Метод

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).
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

GetObjectData() публичный Метод

When overridden in a derived class, sets the SerializationInfo with information about the exception.
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

StackTraceDump() публичный статический Метод

Generates a nice textual stack trace
public static StackTraceDump ( Apache.NMS.ActiveMQ.Commands.StackTraceElement elements ) : string
elements Apache.NMS.ActiveMQ.Commands.StackTraceElement
Результат string