https://bugzilla.novell.com/show_bug.cgi?id=458173
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=458173#c3 --- Comment #3 from Gonzalo Paniagua Javier <[email protected]> 2008-12-14 12:56:36 MST --- The code looked like: using System; class Test { public static void Problem () { try { Console.WriteLine ("Hi there"); } catch (Exception exc) { Console.WriteLine (exc); throw new Exception ("other", exc); } } } But so far I have not been able of reproduce it with a simple test case. -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
