System.Types.TMultiWaitEvent.ArgumentException

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

Delphi

class procedure ArgumentException; virtual; abstract;

C++

virtual __classmethod void __fastcall ArgumentException() = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Types.pas
System.Types.hpp
System.Types TMultiWaitEvent


説明

メモ: これは、TMultiWaitEvent の下位クラスでオーバーライドされる抽象メソッドです。

System.Types ユニットでは System.SysUtils ユニットを使用できません。このメソッドにより、System.SysUtils にアクセスできる下位クラスで、引数の検証時にこの基底上位クラスが例外を発生させる手段を提供できます。

関連項目