System.SysUtils.EArgumentNilException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EArgumentExceptionSystem.SysUtils.ExceptionSystem.TObjectEArgumentNilException

Delphi

EArgumentNilException = class(EArgumentException);

C++

class PASCALIMPLEMENTATION EArgumentNilException : public EArgumentException

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Diese Exception wird ausgelöst, wenn ein Funktionsargument nil/NULL ist.

EArgumentNilException wird ausgelöst, wenn ein Funktionsargument nicht dereferenziert werden kann, weil es nil/NULL ist.

Siehe auch