https://bugzilla.novell.com/show_bug.cgi?id=391871

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=391871#c2


Andrés G. Aragoneses <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |VERIFIED




--- Comment #2 from Andrés G. Aragoneses <[EMAIL PROTECTED]>  2008-05-21 
05:51:57 MST ---
I'm wondering, for this case you just committed:

+// CS1015: Only `object', `string', and types that derive from
`System.Exception' can be passed into a catch block
+// Line: 9
+
+class Test
+{
+    public static void Main ()
+    {
+       try {}
+       catch () {}
+    }
+}
+

Isn't it better an error like the one from CSC? The current message tends to
make the user think that he has put something, not an empty catch. Well, I'm
too  perfectionist :)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to