.NET:Threading and Exceptions

Do handle exceptions in threads. Unhandled exceptions in threads, even background threads, generally terminate the process. There are three exceptions to this rule:

For more information, see Exceptions in Managed Threads.

你可能感兴趣的:(exception)