RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EStackOverflow Class

EStackOverflow is the exception class for stack overflows.

Pascal
EStackOverflow = class(EExternal);
C++
class EStackOverflow : public EExternal;

SysUtils

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!