System.Threading.EAggregateException.Destroy

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~EAggregateException();

プロパティ

種類 可視性 ソース ユニット
destructor public
System.Threading.pas
System.Threading.hpp
System.Threading EAggregateException

説明

Destroys は、Exception のインスタンスを破壊します。

System.Threading.EAggregateException.Destroy は System.SysUtils.Exception.Destroy を継承しています。以下の内容はすべて System.SysUtils.Exception.Destroy を参照しています。

Destroys は、Exception のインスタンスを破壊します。

関連項目