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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 9 Jan 2005 02:47:58 -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 mei@work.email.ne.jp.

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

--- shadow/62422	2005-01-09 02:40:49.000000000 -0500
+++ shadow/62422.tmp.6784	2005-01-09 02:47:58.000000000 -0500
@@ -90,6 +90,11 @@
 abcd 
 
 ------- Additional Comments From mei@work.email.ne.jp  2005-01-09 02:40 -------
 Created an attachment (id=13684)
 Patch of testcase.
 
+
+------- Additional Comments From mei@work.email.ne.jp  2005-01-09 02:47 -------
+Created an attachment (id=13685)
+proposed patch. When capacity exceeded the maximum value, the exception was thrown out.
+