C# Catch Exception in a thread

Posted by PaN1C_Showt1Me on Stack Overflow See other posts from Stack Overflow or by PaN1C_Showt1Me
Published on 2010-03-17T10:24:53Z Indexed on 2010/03/17 10:31 UTC
Read the original article Hit count: 133

Filed under:
|
|
|

How could you find out that an Exception occurred in a Thread in a MultiThreaded Application ? and consecutively clean the resources ?

Because otherwise the Thread can be still remaining in memory and running.

© Stack Overflow or respective owner

Related posts about c#

Related posts about multithreading