[Mono-bugs] [Bug 62422][Nor] Changed - StringBuilder doesn't throw exception when size exceeded

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Aug 2004 13:55:04 -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 gonzalo@ximian.com.

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

--- shadow/62422	2004-08-04 13:32:56.000000000 -0400
+++ shadow/62422.tmp.28383	2004-08-04 13:55:04.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 62422
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Fedora Core 2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: 001 One hour
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: luke@octerbar.net               
 QAContact: mono-bugs@ximian.com
@@ -41,6 +41,9 @@
 The MSDN doco for the append method states that an
 ArgumentOutOfRangeException  will be thrown if:
 "Enlarging the value of this instance would exceed MaxCapacity."
 
 ------- Additional Comments From gonzalo@ximian.com  2004-08-04 13:32 -------
 If you have the test case around, please attach it next time.
+
+------- Additional Comments From gonzalo@ximian.com  2004-08-04 13:55 -------
+Ms does not throw.