会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
行一山人的博客
首页
新随笔
管理
订阅
2008年1月7日
执行foreach时出现An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll的错误查解
摘要: 执行一个Foreach循环时,系统提示:An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll从字面上看,是堆栈溢出错误。进过查找,发现这是因为进入了死循环,系统给出的提示。修改程序解决死循环后,问题解决。
阅读全文
posted @ 2008-01-07 14:45 行一山人
阅读(2093)
评论(0)
推荐(0)