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

ConnectionClosedException() protected method

Initializes a new instance of the ConnectionClosedException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
protected ConnectionClosedException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
return System
        protected ConnectionClosedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

ConnectionClosedException::ConnectionClosedException ( ) : 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