[Mono-bugs] [Bug 75723][Nor] Changed - [PATCH] CS0182 reported on valid attributes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 3 03:00:17 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rharinath at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75723

--- shadow/75723	2005-08-24 12:32:00.000000000 -0400
+++ shadow/75723.tmp.32428	2005-10-03 03:00:17.000000000 -0400
@@ -82,6 +82,14 @@
 In Attribute.Resolve (file attribute.cs), mcs catches all kind of
 exceptions i.e. catch (Exception) that hides ArgumentException raised
 in CustomAttributeBuilder.ctor().
 
 Maybe we should remove that try-catch.
 
+
+------- Additional Comments From rharinath at novell.com  2005-10-03 03:00 -------
+Looks good.
+
+As for the try-catch around CustomAttributeBuilder -- we need that
+since the .NET SRE appears to be incomplete.  I think we probably
+should print the caught exception with 'mcs -v'.
+


More information about the mono-bugs mailing list