System.Threading.EAggregateException.InnerExceptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InnerExceptions[Index: Integer]: Exception read GetInnerException; default;

C++

__property System::Sysutils::Exception* InnerExceptions[int Index] = {read=GetInnerException/*, default*/};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.