[Mono-bugs] [Bug 34268][Wis] Changed - Exception handling differs with ms runtime
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Nov 2002 15:22:48 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34268
--- shadow/34268 Tue Nov 19 10:21:38 2002
+++ shadow/34268.tmp.23813 Tue Nov 19 10:22:48 2002
@@ -19,6 +19,11 @@
If an uncaught exception is thrown in the Main thread, the ms runtime exits
the app even if subthreads are still running. Mono allows the subthreads
to continue.
Test code will be attached. Comment/uncomment the throw lines to see the
behaviour when exceptions happen in Main or subthread.
+
+------- Additional Comments From dick@ximian.com 2002-11-19 10:22 -------
+Created an attachment (id=2790)
+Example code
+