[Mono-bugs] [Bug 50963][Cri] Changed - System.Globalization.CultureInfo raises exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 15 Nov 2003 05:07:26 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50963
--- shadow/50963 2003-11-14 22:42:07.000000000 -0500
+++ shadow/50963.tmp.16955 2003-11-15 05:07:26.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 50963
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: 080 Two weeks
Priority: Critical
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: dan@atacomm.com
QAContact: mono-bugs@ximian.com
@@ -67,6 +67,11 @@
at this and report it as a bug. I know i've seen it once before in
mailing list archives and never saw the person get his issue
resolved (atleast publically stated.). Making
a "Mono.IcuNotInstalledException: Install ICU and Recompile Mono" or
something like that would be very helpful to the end user, and
atleast give them a direction to look at to fix the problem.
+
+------- Additional Comments From dick@ximian.com 2003-11-15 05:07 -------
+ArgumentException is the documented way to say "don't know that
+culture". If you're building CultureInfos you have to cope with that
+exception.