[Mono-bugs] [Bug 69055][Min] Changed - Message of InvalidOperationException doesn't make sense
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Nov 2004 18:36:20 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69055
--- shadow/69055 2004-11-03 09:59:13.000000000 -0500
+++ shadow/69055.tmp.12816 2004-11-03 18:36:20.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69055
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: priewasser@gmx.at
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,9 @@
public class C{
public static void Main(){
System.Exception e=new System.InvalidOperationException();
System.Console.WriteLine(e.Message);
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2004-11-03 18:36 -------
+Fixed in CVS. Thanks.