[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 08:00:34 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 07:47:28.000000000 -0400
+++ shadow/68552.tmp.3908	2005-07-07 08:00:34.000000000 -0400
@@ -271,6 +271,13 @@
 catch block that caught ThreadAbortException (or any other exception 
 that was used instead of ThreadAbortException as described above) is 
 leaved without throwing any exception and the finally block for the 
 same try block did throw any exception.
 
 If you still have questions please let me know.
+
+------- 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.


More information about the mono-bugs mailing list