|
-
February 16th, 2007, 07:58 AM
#1
One thing I'm struggling to understand with C# threading..
Is that a child thread throwing an exception causes the entire application to fail.. Why does it not just kill the child thread and allow the main thread to carry on living?
Is there any way the parent thread can start the child and make itself immune to exceptions from the child?
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
|