[Mono-bugs] [Bug 73142][Nor] Changed - Missing System.ArgumentException in SetCustomAttribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Mar 2005 16:49:31 -0500 (EST)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73142
--- shadow/73142 2005-03-01 03:48:46.000000000 -0500
+++ shadow/73142.tmp.6177 2005-03-11 16:49:31.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 73142
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: WONTFIX
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -84,6 +84,10 @@
System.Reflection.Emit.CustomAttributeBuilder.CreateCustomAttribute(Module
Builder mod, Int32 tkOwner)
at
System.Reflection.Emit.TypeBuilder.SetCustomAttribute(CustomAttributeBuild
er customBuilder)
at Foo.Main()
+
+------- Additional Comments From vargaz@gmail.com 2005-03-11 16:49 -------
+We do very little checking of ref.emit parameters and implementing
+just this one makes little sense.