[Mono-bugs] [Bug 44978][Wis] Changed - Array.Copy throws wrong exceptions

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 17 Jun 2003 21:40:16 -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=44978

--- shadow/44978	Tue Jun 17 07:29:03 2003
+++ shadow/44978.tmp.27176	Tue Jun 17 21:40:16 2003
@@ -1,14 +1,14 @@
 Bug#: 44978
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: INVALID
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 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 tum@veridicus.com  2003-06-17 21:40 -------
+Rebugged this as a class library bug.