CDArcha_klient.Z39Exception.Z39Exception C# (CSharp) Méthode

Z39Exception() public méthode

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