static void Main() { for (int i = 0; i < 5; i++) { try { Bang.Foo(); } catch (Exception e) { Console.WriteLine(e.GetType().Name); } } }