add ISafeSerializationData
[mcs.git] / tests / test-362.cs
blob36fd9b0bcc0bcdb67d3a3cd1f39871aae588724c
1 class C
3 static void Main()
4 {
5 try {
6 Test ();
7 } catch
12 static void Test ()
14 try
16 throw new System.ArgumentException();
18 catch
20 try
22 throw;
24 finally