[Mono-bugs] [Bug 24103] Changed - finally blocks running at incorrect time
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 May 2002 12:40:32 -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 Wed May 15 13:28:57 2002
+++ shadow/24103.tmp.8282 Wed May 22 08:40:32 2002
@@ -1,13 +1,13 @@
Bug#: 24103
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: linus@linus.com
QAContact: mono-bugs@ximian.com
@@ -89,6 +89,9 @@
.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)
+
+------- Additional Comments From dietmar@ximian.com 2002-05-22 08:40 -------
+impl. MS like behaviour.