Root > Reference > All Types > TExceptionNotifyMode

Type TExceptionNotifyMode

Previous pageReturn to chapter overviewNext page   

Specifies work mode of exception manager.

 

Unit

EExceptionManager

 

Syntax

 

Code (Delphi)

TExceptionNotifyMode = (

emUnknown,

emFull,

emD2009,

emHook,

emNull

);

 

Members

emD2009

Extended memory manager is not set. Hi-level hook was set for Exception class. (Available only for Delphi 2009 and later, for C++ Builder 2009 and later with classic compiler; not working in C++ Builder with LLVM compiler)

emFull

Extended memory manager was set. Full features.

emHook

Extended memory manager is not set. Low-level hook was set for TObject.Destroy. May be not compatible with exe protectors ("Use Low Level Hooks" option is enabled).

emNull

No additional hooks. Minimal functionality. Extended memory manager is not set. Delphi/C++ Builder version is 2007 or earlier. "Use Low Level Hooks" option is disabled or not possible to hook TObject.Destroy. This includes external (non-Delphi) exceptions.

emUnknown

Work mode is not set. Exception manager was not initialized yet.

 

Remarks

Work mode indicate what kind of additional hooks were installed by exception manager. Additional hooks are required for some special features to work. This includes "Catch handled exceptions" and "Handle safecall exceptions" options.

 

This mode doesn't indicate state of primary hooks.

 

See also




Send feedback... Build date: 2023-09-11
Last edited: 2023-09-11
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_type_eexceptionmanager_texceptionnotifymode.php