[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:32:56 -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 08:18:16.000000000 -0400
+++ shadow/62422.tmp.28059 2004-08-04 13:32:56.000000000 -0400
@@ -38,6 +38,9 @@
Every time.
Additional Information:
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.