//
        // - Constructors -
        //

        /// <summary>
        /// Constructor.
        /// </summary>
        /// <param name="exceptionText">The exception text.</param>
        /// <param name="receiveReturnCode">The receive return code indicating the reason for the exception.</param>
        public DicomProtocolMessageReceiveException(String exceptionText, Dvtk.Sessions.ReceiveReturnCode receiveReturnCode)
            : base(exceptionText)
        {
            this.receiveReturnCode = receiveReturnCode;
        }
 //
 // - Constructors -
 //
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="exceptionText">The exception text.</param>
 /// <param name="receiveReturnCode">The receive return code indicating the reason for the exception.</param>
 public DicomProtocolMessageReceiveException(String exceptionText, Dvtk.Sessions.ReceiveReturnCode receiveReturnCode)
     : base(exceptionText)
 {
     this.receiveReturnCode = receiveReturnCode;
 }