错误提示总结

Posted carsonche

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误提示总结相关的知识,希望对你有一定的参考价值。

当用foreach遍历Collection时,如果对Collection有Add或者Remove操作时,会发生以下运行时错误:

"Collection was modified; enumeration operation may not execute." 如下所示:

究其原因,是因为Collection返回的IEnumerator把当前的属性暴露为只读属性,所以对其的修改会导致运行时错误,只需要把foreach改为for来遍历就好了。

 

以上是关于错误提示总结的主要内容,如果未能解决你的问题,请参考以下文章

Apache服务器出现Forbidden 403错误提示的解决方法总结

Access提示Insert Into 语法错误解决办法总结

安装SQL时提示错误,无法安装!

Apache Forbidden 403错误提示

python中提示invalid syntax 总结

mysql 出现这样的提示错误,怎么解决?