2 // Test catch and filter blocks
5 // Jackson Harper (Jackson@LatitudeGeo.com)
7 // (C) 2003 Jackson Harper, All rights reserved
10 .assembly extern mscorlib { }
11 .assembly 'test-seh-b' { }
16 .field private static int32 exc_not_thrown
17 .field private static int32 flt_1_caught
18 .field private static int32 flt_2_caught
20 .method public static specialname void .cctor ()
23 stsfld int32 T::exc_not_thrown
26 stsfld int32 T::flt_1_caught
29 stsfld int32 T::flt_2_caught
34 .method public static int32 Main ()
44 stsfld int32 T::exc_not_thrown
53 stsfld int32 T::flt_1_caught
61 stsfld int32 T::flt_2_caught
67 ldsfld int32 T::exc_not_thrown
70 ldsfld int32 T::flt_1_caught
73 ldsfld int32 T::flt_2_caught
78 call void [mscorlib]System.Console::WriteLine (string)
84 call void [mscorlib]System.Console::WriteLine (string)