博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
.NET:Threading and Exceptions
阅读量:6139 次
发布时间:2019-06-21

本文共 380 字,大约阅读时间需要 1 分钟。

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

  • A  is thrown in a thread because  was called.

  • An  is thrown in a thread because the application domain is being unloaded.

  • The common language runtime or a host process terminates the thread.

For more information, see .

转载地址:http://epkya.baihongyu.com/

你可能感兴趣的文章
ntp配置
查看>>
2015-08-18
查看>>
hadoop伪分布式搭建
查看>>
EL表达式函数的简单学习
查看>>
ASP.NET MVC 3.0小知识积累
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
Sql Server系列:通用表表达式CTE
查看>>
添加Linux系统Swap空间
查看>>
mysqlsla来分析MYSQL的性能及索引
查看>>
shell脚本实现系统监视统计与数据备份
查看>>
我的友情链接
查看>>
Hadoop核心架构HDFS+MapReduce+Hbase+Hive内部机理详解
查看>>
shell之awk 记录
查看>>
struts2文件上传(2)
查看>>
虽然我每天都进步的很小很小,但我从未停下, -----写给自己
查看>>
vim 7.4.160-1.el7版本存在编辑文件卡顿问题
查看>>
2013敏捷之旅成都图文报道
查看>>
挨踢项目求生法则——实施篇,避免”一失足成千古恨“!
查看>>
linux系统调优相关命令
查看>>