JCL Help:EJclCppException
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: EJclCppException Class
[+] EJclCppException Methods
[+] EJclCppException Properties
[+] JclCppException.pas Classes
Search in JCL Help
Search in all projectsClass Hierarchy
EJclCppException
|
EJclCppStdException
Summary
Exception wrapper object created for C++ exceptions.
Pascal
public EJclCppException = class(Exception);
Description
To make them usable in Delphi code, the C++ exceptions are wrapped into Delphi exceptions, the ECppException class and the ECppStdException class (the latter one for exception classes derived from std::exception).
About
Unit
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page