System.Classes.TBaseAsyncResult.FInvokingException
Delphi
FInvokingException: TObject;
C++
System::TObject* FInvokingException;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
Description
The exception instance acquired from the execution of the asynchronous method call.
When the asynchronous call completes, the corresponding "EndXXXX" method re-raises the previously acquired exception.