EOutOfResources is the exception class for unsuccessful attempts to allocate handles.
EOutOfResources = class(EOutOfMemory);
class EOutOfResources : public EOutOfMemory;
EOutOfResources is raised when an application attempts to create a Windows or widget handle and there are no more handles to allocate.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|