System.SysUtils.EArgumentNilException

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.EArgumentExceptionSystem.SysUtils.ExceptionSystem.TObjectEArgumentNilException

Delphi

EArgumentNilException = class(EArgumentException);

C++

class PASCALIMPLEMENTATION EArgumentNilException : public EArgumentException

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Cette exception est déclenchée quand un argument de fonction est nil/NULL.

EArgumentNilException est déclenchée quand un argument de fonction ne peut pas être déréférencé car il est évalué à nil/NULL.

Voir aussi