What is a StackOverFlow exception in vb.net?
问题 I dont even know what caused it in my application. What is it? I created a new instance of a class (the class was in another file), but at the first time I call a method it throws a StackOverFlow exception. The only thing that I think would logically throw a stackoverflow exception would be if someone downvoted Jon Skeet. But seriously now, what is it? I got around it by creating another class in the same file as the first class and using that to call the methods for me. 回答1: As a general