CDArcha_klient.Z39Exception.Z39Exception C# (CSharp) Method

Z39Exception() public method

public Z39Exception ( string errorMessage ) : System
errorMessage string
return System
        public Z39Exception(string errorMessage)
            : base(string.Format("Chyba: {0}", errorMessage))
        {
        }
    }
Z39Exception