.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.

原文地址:https://www.cnblogs.com/happyframework/p/4261463.html