[Mono-bugs] [Bug 81501][Wis] Changed - ConstructorInfo.Invoke incorrectly throws System.MethodAccessException: Cannot invoke constructor of an abstract class.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 1 10:32:43 EDT 2007
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 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81501
--- shadow/81501 2007-05-01 02:01:40.000000000 -0400
+++ shadow/81501.tmp.13976 2007-05-01 10:32:43.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 81501
Product: Mono: Runtime
Version: 1.2
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: jeroen at sumatra.nl
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -44,6 +44,10 @@
System.MethodAccessException: Cannot invoke constructor of an abstract
class.
Expected result:
no exception (it is legal to call the constructor on an abstract type, if
the instance passed in a non-abstract subtype).
+
+------- Additional Comments From vargaz at gmail.com 2007-05-01 10:32 -------
+Fixed in SVN.
+
More information about the mono-bugs
mailing list