[Mono-bugs] [Bug 25071] Changed - Converting from base in System.Convert doesn't throw exception

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 May 2002 18:49:56 -0000


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 duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=25071

--- shadow/25071	Tue May 21 14:36:52 2002
+++ shadow/25071.tmp.23843	Tue May 21 14:49:56 2002
@@ -1,14 +1,14 @@
 Bug#: 25071
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: win2k/cygwin
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ds99krha@thn.htu.se               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,9 @@
 How often does this happen? 
 All the time
 
 Additional Information:
 "1239" is interpreted as "1241" which would mean that the overflow from 
 the last digit (9) is added to the second last digit (3).
+
+------- Additional Comments From duncan@ximian.com  2002-05-21 14:49 -------
+This is less serious than 25608. But I'll also look into this.