SysUtils.EStackOverflow
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
EStackOverflow = class(EExternal)
Unit: SysUtils
Type: class
Inherited Class Members: SysUtils.EStackOverflow Members
C++ Information
From SysUtils.hpp
EStackOverflow = class(EExternal)
Unit: SysUtils
Type: class
Inherited Class Members: SysUtils.EStackOverflow Members
Class Constructors & Destructors: SysUtils.EStackOverflow Constructors
Description
EStackOverflow is the exception class for stack overflows.
EStackOverflow is raised when the system is unable to allocate necessary stack space. This can happen because of extremely large local variables, deeply recursive routines, or invalid machine-language code.
Run-time exception information is saved in fields provided by EExternal.