System.Classes.TBaseAsyncResult.FInvokingException

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also