System.Threading.TExceptionHandlerEvent
Delphi
TExceptionHandlerEvent = procedure (const AException: Exception; var Handled: Boolean) of object;
C++
typedef void __fastcall (__closure *TExceptionHandlerEvent)(System::Sysutils::Exception* const AException, bool &Handled);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| type typedef | public | System.Threading.pas System.Threading.hpp | System.Threading | System.Threading | 
Description
Embarcadero Technologies does not currently have any additional information.