Apache.NMS.ActiveMQ.ConsumerClosedException.ConsumerClosedException C# (CSharp) 메소드

ConsumerClosedException() 공개 메소드

public ConsumerClosedException ( ) : System
리턴 System
        public ConsumerClosedException()
            : base("The consumer is already closed!")
        {
        }

Same methods

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