System.SysUtils.EStackOverflow

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EExternalSystem.SysUtils.ExceptionSystem.TObjectEStackOverflow

Delphi

EStackOverflow = class(EExternal)

C++

class PASCALIMPLEMENTATION EStackOverflow _DEPRECATED_ATTRIBUTE0  : public EExternal

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Warning: EStackOverflow is deprecated.

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 System.SysUtils.EExternal.

Note: Stack verification might not be supported, for technical reasons. EStackOverflow is deprecated.

See Also