August 2003
Intermediate to advanced
928 pages
32h 1m
English
StackOverflowException
This exception indicates that the .NET runtime environment experienced a stack overflow. This can be caused by pathologically deep recursion.
public sealed class StackOverflowException : SystemException { // Public Constructors public StackOverflowException( ); public StackOverflowException(stringmessage); public StackOverflowException(stringmessage, ExceptioninnerException); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
StackOverflowException