[Mono-bugs] [Bug 43098][Nor] Changed - Convert.ToUInt16 doesn't throw OverflowException (easy fix)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 4 Aug 2003 16:14:37 -0400 (EDT)


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=43098

--- shadow/43098	Thu May 15 15:38:34 2003
+++ shadow/43098.tmp.22364	Mon Aug  4 16:14:37 2003
@@ -1,14 +1,14 @@
 Bug#: 43098
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: c5n4kh6u02@sneakemail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -42,6 +42,10 @@
 } 
 
 I took a cursory glance through the rest of Convert.cs to look for similar 
 problems and didn't see any. It would probably be wise to look more 
 thoroughly, however, and also add overflow tests to your regression test 
 suite.
+
+------- Additional Comments From duncan@ximian.com  2003-08-04 16:14 -------
+Thanks for this bug report. A patch has been committed to fix this
+problem.