System.SysUtils.EArgumentNilException
Delphi
EArgumentNilException = class(EArgumentException);
C++
class PASCALIMPLEMENTATION EArgumentNilException : public EArgumentException
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
This exception is raised when a function argument is nil
/NULL
.
EArgumentNilException is raised when a function argument cannot be dereferenced because it is nil
/NULL
.