[Mono-bugs] [Bug 81506][Cos] Changed - Wrong text "Index of out range" in Combobox.SelectedIndex
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 1 15:42:22 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81506
--- shadow/81506 2007-05-01 15:41:55.000000000 -0400
+++ shadow/81506.tmp.21566 2007-05-01 15:42:22.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81506
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: oskar-bugs at trebit.se
QAContact: mono-bugs at ximian.com
@@ -23,6 +23,11 @@
I noticed this in current SVN trunk.
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
The line should be changed to:
throw new ArgumentOutOfRangeException("SelectedIndex", value, "Index out
of range");
+
+------- Additional Comments From monkey at jpobst.com 2007-05-01 15:42 -------
+Fixed in SVN r76539.
+
+Thanks for the report!
More information about the mono-bugs
mailing list