摘要: 执行一个Foreach循环时,系统提示:An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll从字面上看,是堆栈溢出错误。进过查找,发现这是因为进入了死循环,系统给出的提示。修改程序解决死循环后,问题解决。 阅读全文
posted @ 2008-01-07 14:45 行一山人 阅读(2093) 评论(0) 推荐(0) 编辑