Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Crashes becouse..
A StackOverflowException exception is thrown when the execution stack overflows by having too many nested method calls.
Associated Tips
Make sure you do not have an infinite loop or infinite recursion.
Too many method calls is often indicative of a very deep or unbounded recursion.