remove debug writelines
[mcs.git] / errors / cs0155-3.cs
blobc10dce4dc5b5311ce2fb6a132bad2af6b590c7e8
1 // CS0155: The type caught or thrown must be derived from System.Exception
2 // Line: 9
4 class Test
6 public static void Main ()
8 try {}
9 catch (int[]) {}