[Mono-bugs] [Bug 38452][Wis] Changed - Incomplete Enum.Parse() implementation causes bug
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 20 Feb 2003 19:58:47 -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 sayao@brturbo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38452
--- shadow/38452 Thu Feb 20 19:57:18 2003
+++ shadow/38452.tmp.1627 Thu Feb 20 19:58:46 2003
@@ -20,6 +20,11 @@
Enum.Parse() -> Overloaded. Converts the string representation of the name
or numeric value of one or more enumerated constants to an equivalent
enumerated object.
**or numeric value**, the current implementation only considers name.
+
+------- Additional Comments From sayao@brturbo.com 2003-02-20 19:58 -------
+Created an attachment (id=3414)
+This throws an exception on mono but not on csc.
+