Example #1
0
        static void Main()
        {
            TestsRethrow testRethrow = new TestsRethrow();

            testRethrow.CatchException();
        }
 static void Main()
 {
     TestsRethrow testRethrow = new TestsRethrow();
      testRethrow.CatchException();
 }