コード例 #1
0
        //
        // - Constructors -
        //

        /// <summary>
        /// Constructor.
        /// </summary>
        /// <param name="exceptionText">The exception text.</param>
        /// <param name="sendReturnCode">The send return code indicating the reason for the exception.</param>
        public DicomProtocolMessageSendException(String exceptionText, Dvtk.Sessions.SendReturnCode sendReturnCode)
            : base(exceptionText)
        {
            this.sendReturnCode = sendReturnCode;
        }
コード例 #2
0
 //
 // - Constructors -
 //
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="exceptionText">The exception text.</param>
 /// <param name="sendReturnCode">The send return code indicating the reason for the exception.</param>
 public DicomProtocolMessageSendException(String exceptionText, Dvtk.Sessions.SendReturnCode sendReturnCode)
     : base(exceptionText)
 {
     this.sendReturnCode = sendReturnCode;
 }