JCL Help:EJclCppException

From Project JEDI Wiki
Jump to navigationJump to search

Class 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

JclCppException


Navigation


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