我有以下代码抛出异常:
ThreadPool.QueueUserWorkItem(state => action());
当操作抛出异常时,我的程序崩溃了.处理这种情况的最佳做法是什么?
相关:.Net ThreadPool线程的例外
.net c# multithreading threadpool
.net ×1
c# ×1
multithreading ×1
threadpool ×1