CDArcha_klient.Z39Exception.Z39Exception C# (CSharp) 메소드

Z39Exception() 공개 메소드

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