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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
