C# 클래스 Apache.NMS.MessageNotWriteableException

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

공개 메소드들

메소드 설명
MessageNotWriteableException ( ) : System
MessageNotWriteableException ( string message ) : System
MessageNotWriteableException ( string message, Exception innerException ) : System
MessageNotWriteableException ( string message, string errorCode ) : System
MessageNotWriteableException ( string message, string errorCode, Exception innerException ) : System

보호된 메소드들

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

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

메소드 상세

MessageNotWriteableException() 공개 메소드

public MessageNotWriteableException ( ) : System
리턴 System

MessageNotWriteableException() 보호된 메소드

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

MessageNotWriteableException() 공개 메소드

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

MessageNotWriteableException() 공개 메소드

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

MessageNotWriteableException() 공개 메소드

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

MessageNotWriteableException() 공개 메소드

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