Example #1
0
 static void Main(string[] args)
 {
     Console.WriteLine("Error handling demo");
     TryCathcDemo tyDemo = new TryCathcDemo();
     tyDemo.Start();
     Console.ReadKey();
 }
Example #2
0
        static void Main(string[] args)
        {
            Console.WriteLine("Error handling demo");
            TryCathcDemo tyDemo = new TryCathcDemo();

            tyDemo.Start();
            Console.ReadKey();
        }