|
-
October 8th, 2008, 01:49 PM
#2
Re: Exceptions and Threads
Well I woulda thought otherwise, but it appears that if a thread doesn't have an exception handler in C# (.net 2.0+)and an exception goes unhandled, it kills the whole app. Apparently a global exception handler isnt good enough in C#. AKA each thread must handle its own exceptions in C#.
http://www.albahari.com/threading/
Last edited by ahoodin; October 8th, 2008 at 01:51 PM.
ahoodin
To keep the plot moving, that's why.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|