System.StackOverflowException

decrypt

Well-known member
Joined
Oct 6, 2003
Messages
216
Every time i start up my program i get a System.StackOverflowException error. What is this error message? What is the cause of it?
 
Could you post some code - it helps a lot in trying to fix problems.
The error basicaly means youve run out of stack space - nearly always caused by recursion somewhere in the code.
 
well the code is a bit too big, but now that i know what it means i will try fixing it... umm...whats a recursion?
 
Last edited by a moderator:
Back
Top