March 2002
Intermediate to advanced
864 pages
31h 8m
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 method StackOverflowException(); public method StackOverflowException(string message); public method StackOverflowException(string message, Exception innerException); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→StackOverflowException