2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0155.cs
blob48f5641434cd9e7b2abb3a7bf16872a845308292
1 // cs0155.cs: The type caught or thrown must be derived from System.Exception
2 // Line: 7
3 class X {
4 static void Main ()
6 int a = 9;
7 throw a;