System.Types.TMultiWaitEvent.ArgumentException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure ArgumentException; virtual; abstract;

C++

virtual __classmethod void __fastcall ArgumentException() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Types.pas
System.Types.hpp
System.Types TMultiWaitEvent

Description

Note: This is an abstract method that descendants of TMultiWaitEvent override.

The System.Types unit cannot use the System.SysUtils unit. This method allows descendants which have access to System.SysUtils to provide a means for this base ancestor class to raise exceptions when validating arguments.

See Also