Пример #1
0
	static void Main () {
		Console.WriteLine ("testing");
		try {
			s = new Subclient ();
		} catch {
			Console.WriteLine ("got it");
		}
		Console.WriteLine ("done");
	}
Пример #2
0
 static void Main()
 {
     Console.WriteLine("testing");
     try {
         s = new Subclient();
     } catch {
         Console.WriteLine("got it");
     }
     Console.WriteLine("done");
 }