System.SysUtils.EArgumentNilException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EArgumentExceptionSystem.SysUtils.ExceptionSystem.TObjectEArgumentNilException

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.

See Also