API:System.SysUtils.EArgumentNilException

From RAD Studio API Documentation

EArgumentNilExceptionSystem.SysUtils.EArgumentExceptionSystem.SysUtils.ExceptionSystem.TObject

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

EArgumentException is the exception raised for invalid argument values. {{#multireplace:System.SysUtils.EArgumentNilException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.SysUtils.EArgumentException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.SysUtils.EArgumentException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

EArgumentException is the exception raised for invalid argument values.

EArgumentException is the exception raised whenever a routine of a method cannot understand an argument.

Note: Not all routines raise this exception. If such an exception is caught, be sure to check that the parameters passed to the called function are correct.

See Also