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

IllegalStateException() public method

public IllegalStateException ( ) : System
return System
        public IllegalStateException()
            : base()
        {
        }

Same methods

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