未处理堆栈溢出异常 [英] Stack Overflow Exception Unhandled

查看:84
本文介绍了未处理堆栈溢出异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

this.tableLayoutPanel1.ResumeLayout(false);

对于上面的行,mscorlib.dll中发生了未处理的类型为"System.StackOverflowException"的异常.请帮助我...

this.tableLayoutPanel1.ResumeLayout(false);

An unhandled exception of type ''System.StackOverflowException'' occurred in mscorlib.dll occurred for the above line.. Please help me...

推荐答案

您的函数是可能会无数次地递归调用自己.检查您的代码,看看是否有太多的嵌套循环,甚至是无限/死循环.

祝你好运,
OI
Your function is probably calling itself recursively an infinite number of times. Check your code and see if there is too much nested loops or even endless/dead loops.

Good luck,
OI


这篇关于未处理堆栈溢出异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆