[Mono-bugs] [Bug 467456] A type load exception has occurred with List<Exception>.Add

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 20 05:17:20 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=467456

User mprobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=467456#c2





--- Comment #2 from Mark Probst <mprobst at novell.com>  2009-01-20 03:17:20 MST ---
Simpler test case:

using System;
using System.Collections.Generic;

class Program
{
    static void Main (string[] args)
    {
        List<string> inners = new List<string> ();
        inners.Add ("Failed to run update to completion");
        throw new Exception ();
    }
}

Commenting out the throw makes the program work.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list