2 using System
.Threading
.Tasks
;
6 public static int Main()
10 if (t
.caughtCounter
!= 1)
20 for (int i
= 0; i
< 5; ++i
) {
23 Console
.WriteLine($"{i} result {result}");
24 } catch (Exception e
) {
26 Console
.WriteLine($"{i} caught");
35 throw new Exception();