(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0155-2.cs
blobc9cdad5d38d4241292ba991a1154c1de84b80fea
1 // cs0155-2.cs: The type caught or thrown must be derived from System.Exception
2 // Line: 8
3 class X {
4 static void Main ()
6 try {
8 } catch (int e) {
9 throw;