Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

EHeapMemoryError

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Heap memory error.

Declaration

Source position: sysutilh.inc line 163

type EHeapMemoryError = class(Exception)

public

  procedure FreeInstance; override;

  

Free the exception instance.

end;

Inheritance

EHeapMemoryError

  

Heap memory error.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

EHeapMemoryError is raised when an error occurs in heap (dynamically allocated) memory.

See also

EHeapException

  

Heap exception.

EoutOfMemory

  

Out of memory error.

EInvalidPointer

  

Invalid pointer operation.


Documentation generated on: Jul 24 2023