C# 클래스 Apache.NMS.ActiveMQ.BrokerException

상속: NMSException
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
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