Apache.NMS.ActiveMQ.ConnectionClosedException.ConnectionClosedException C# (CSharp) Method

ConnectionClosedException() public method

public ConnectionClosedException ( ) : System
return System
        public ConnectionClosedException()
            : base("The connection is already closed!")
        {
        }

Same methods

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