[Mono-bugs] [Bug 458173] Nullref in DoNotSwallowErrorsCatchingNonSpecificExceptionsRule .ThrowsGeneralException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Dec 14 14:56:39 EST 2008


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

User gonzalo at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=458173#c3





--- Comment #3 from Gonzalo Paniagua Javier <gonzalo at novell.com>  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.


More information about the mono-bugs mailing list