[Mono-bugs] [Bug 45030][Wis] Changed - Array.Copy throws wrong exception
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 17 Jun 2003 22:41:33 -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 tum@veridicus.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45030
--- shadow/45030 Tue Jun 17 22:15:26 2003
+++ shadow/45030.tmp.8443 Tue Jun 17 22:41:33 2003
@@ -91,6 +91,10 @@
if (FastCopy (source, source_idx, dest, dest_idx,
length))
return;
------- Additional Comments From bmaurer@users.sf.net 2003-06-17 22:15 -------
Have you double checked that this is not a lamespec issue?
+
+------- Additional Comments From tum@veridicus.com 2003-06-17 22:41 -------
+The spec isn't specific enough but this is what MS.NET does and what
+MSDN documentation states...