Beispiel #1
0
 static void Main(string[] args)
 {
     ExceptionSample.readNumber();
 }
Beispiel #2
0
        private void Button7_Click(object sender, EventArgs e)
        {
            ExceptionSample smp = new ExceptionSample();

            smp.Method2();
        }