[Mono-bugs] [Bug 24103] Changed - finally blocks running at incorrect time
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
15 May 2002 17:28:57 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24103
--- shadow/24103 Fri May 10 05:59:53 2002
+++ shadow/24103.tmp.22384 Wed May 15 13:28:57 2002
@@ -1,12 +1,12 @@
Bug#: 24103
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Critical
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: linus@linus.com
@@ -86,6 +86,9 @@
are run immediately after the try, and before progagating the
exception.
.Net seems to be eagerly inferring that the exception will not be
handled, and saying an unhandled exception has been received before
actually progagating it. Not correct, IMHO.
+
+------- Additional Comments From dietmar@ximian.com 2002-05-15 13:28 -------
+added the example to our test suite (exception9.cs)