Represents the exception that is thrown when there is a stack overflow violation.
Object
Exception
SystemException
CoreException
StackOverflowException
[Visual Basic] NotInheritable Public Class StackOverflowException Inherits CoreException [C#] public sealed class StackOverflowException : CoreException [C++] public __gc __sealed class StackOverflowException : public CoreException [JScript] public class StackOverflowException extends CoreException
The StackOverflowException is the exception class that are thrown for stock overflow errors. (For more informatin, see Stack, StackFrame, and StackTrace.)
Namespace: System
Assembly: mscorlib.dll