[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:15:26 -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 bmaurer@users.sf.net.

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

--- shadow/45030	Tue Jun 17 21:39:34 2003
+++ shadow/45030.tmp.8171	Tue Jun 17 22:15:26 2003
@@ -2,13 +2,13 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tum@veridicus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -88,6 +88,9 @@
 +				throw new ArgumentOutOfRangeException 
 ("dest_idx");
  
  			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?