2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1015.cs
blobadce09caa7aa2b4ca460ceb550745d4b01fc9642
1 // CS1015: A type that derives from `System.Exception', `object', or `string' expected
2 // Line: 9
4 class Test
6 public static void Main ()
8 try {}
9 catch () {}