Apache.NMS.MessageNotWriteableException.MessageNotWriteableException C# (CSharp) 메소드

MessageNotWriteableException() 공개 메소드

public MessageNotWriteableException ( ) : System
리턴 System
        public MessageNotWriteableException()
            : base()
        {
        }

Same methods

MessageNotWriteableException::MessageNotWriteableException ( System info, System context ) : System
MessageNotWriteableException::MessageNotWriteableException ( string message ) : System
MessageNotWriteableException::MessageNotWriteableException ( string message, Exception innerException ) : System
MessageNotWriteableException::MessageNotWriteableException ( string message, string errorCode ) : System
MessageNotWriteableException::MessageNotWriteableException ( string message, string errorCode, Exception innerException ) : System
MessageNotWriteableException