C# 클래스 Apache.NMS.NMSException

상속: System.Exception
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
exceptionErrorCode string

공개 메소드들

메소드 설명
GetObjectData ( System info, System context ) : void

When overridden in a derived class, sets the SerializationInfo with information about the exception.

NMSException ( ) : System
NMSException ( string message ) : System
NMSException ( string message, Exception innerException ) : System
NMSException ( string message, string errorCode ) : System
NMSException ( string message, string errorCode, Exception innerException ) : System

보호된 메소드들

메소드 설명
NMSException ( System info, System context ) : System

Initializes a new instance of the NMSException 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).

메소드 상세

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

NMSException() 공개 메소드

public NMSException ( ) : System
리턴 System

NMSException() 보호된 메소드

Initializes a new instance of the NMSException 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 NMSException ( 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

NMSException() 공개 메소드

public NMSException ( string message ) : System
message string
리턴 System

NMSException() 공개 메소드

public NMSException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

NMSException() 공개 메소드

public NMSException ( string message, string errorCode ) : System
message string
errorCode string
리턴 System

NMSException() 공개 메소드

public NMSException ( string message, string errorCode, Exception innerException ) : System
message string
errorCode string
innerException System.Exception
리턴 System

프로퍼티 상세

exceptionErrorCode 보호되어 있는 프로퍼티

protected string exceptionErrorCode
리턴 string