cleol
[mcs.git] / errors / cs0155-4.cs
blob6c1d105c7b8a6d56fd589034fd347dd98ba9b256
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 (bool b) {}