[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

EOutOfResources

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

Exception raised when the system is out of resources.

Declaration

Source position: classesh.inc line 146

type EOutOfResources = class(EOutOfMemory) end;

Inheritance

EOutOfResources

  

Exception raised when the system is out of resources.

|

EOutOfMemory

  

Out of memory error.

|

EHeapMemoryError

  

Heap memory error

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

This exception is not used in Free Pascal, it is defined for Delphi compatibiliy purposes only.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.