[Mono-bugs] [Bug 421803] New: BitArray.CopyTo() function throws unreasonable exception
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Sun Aug 31 09:12:59 EDT 2008
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=421803
           Summary: BitArray.CopyTo() function throws unreasonable exception
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: i686
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: awunwpa7 at yahoo.com.ph
         QAContact: mono-bugs at lists.ximian.com
          Found By: Beta-Customer
The following code works fine with the MS framework, but throws an exception in
MONO 2.0:
BitArray bitarray = new BitArray(0);
int[] intarray = new int[0];
// throws ArgumentException:
bitarray.CopyTo(intarray, 0);
-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
    
    
More information about the mono-bugs
mailing list