[Mono-bugs] [Bug 68552][Nor] Changed - Abort exception not properly
rethrown in some cases
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 7 09:56:51 EDT 2005
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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68552
--- shadow/68552 2005-07-07 08:50:19.000000000 -0400
+++ shadow/68552.tmp.4842 2005-07-07 09:56:51.000000000 -0400
@@ -278,6 +278,11 @@
------- Additional Comments From kornelpal at hotmail.com 2005-07-07 08:00 -------
Dealing with finally as well will result in better performance
because no unnecessary ThreadAbortException will be thrown but is
not necessary because exceptions thrown by finally blocks are
replacing exceptions thrown by catch blocks or ThreadAbortExceptions
thrown after catch blocks.
+
+------- Additional Comments From kornelpal at hotmail.com 2005-07-07 09:56 -------
+Created an attachment (id=15446)
+ThreadAbortTest.cs
+
More information about the mono-bugs
mailing list