[Mono-bugs] [Bug 80805][Wis] Changed - System.ArgumentOutOfRangeException: Argument is out of range.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 12 09:56:30 EST 2007


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 liedekef at telenet.be.

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

--- shadow/80805	2007-02-12 09:32:09.000000000 -0500
+++ shadow/80805.tmp.8191	2007-02-12 09:56:30.000000000 -0500
@@ -195,6 +195,17 @@
 
 ------- Additional Comments From lupus at ximian.com  2007-02-12 09:32 -------
 Can you upload the app somewhere for download?
 Otherwise you can change the corlib implementation of Substring() in
 the mono sources to Console.WriteLine() the data (in
 mcs/class/corlib/System/String.cs).
+
+------- Additional Comments From liedekef at telenet.be  2007-02-12 09:56 -------
+Since the app only works with data available over VPN, it would be
+useless to send it to you. I need to recompile the sources then.
+Could you send me the exact code to replace the code
+
+                         if (startIndex > this.length - length)
+                                throw new ArgumentOutOfRangeException
+("startIndex + length > this.length");
+
+in the file mcs/class/corlib/System/String.cs with please?


More information about the mono-bugs mailing list