Apache.NMS.MessageNotWriteableException.MessageNotWriteableException C# (CSharp) Method

MessageNotWriteableException() public method

public MessageNotWriteableException ( ) : System
return 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