StackOverflowException | CF 1.0, ECMA 1.0, serializable |
System (mscorlib.dll) | sealed class |
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(string message);
public StackOverflowException(string message, Exception innerException);
}
Hierarchy
Object
Exception(System.Runtime.Serialization.ISerializable)
SystemException
StackOverflowException
|