API:System.Threading.EAggregateException.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Handle(AExceptionHandlerEvent: TExceptionHandlerEvent); overload;
procedure Handle(const AExceptionHandlerProc: TExceptionHandlerProc); overload;

C++

void __fastcall Handle(TExceptionHandlerEvent AExceptionHandlerEvent)/* overload */;
void __fastcall Handle(const _di_TExceptionHandlerProc AExceptionHandlerProc)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Threading.pas
System.Threading.hpp
System.Threading EAggregateException

Description

Embarcadero Technologies does not currently have any additional information.