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

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=483113#c2


Zoltan Varga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #2 from Zoltan Varga <[email protected]>  2009-03-09 04:11:50 MST ---
Its not that easy, net for example allows this:

    [MethodImplAttribute(MethodImplOptions.Synchronized)]
    public int test_exception () {
        Monitor.Exit (this);
        throw new Exception ("A");
        return 0;
    }

This will throw Exception, not SynchronizationLockException.

-- 
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

Reply via email to