SysUtils.EArgumentOutOfRangeException
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
EArgumentOutOfRangeException = class(EArgumentException)
Unit: SysUtils
Type: class
Inherited Class Members: SysUtils.EArgumentOutOfRangeException Members
C++ Information
From SysUtils.hpp
EArgumentOutOfRangeException = class(EArgumentException)
Unit: SysUtils
Type: class
Inherited Class Members: SysUtils.EArgumentOutOfRangeException Members
Class Constructors & Destructors: SysUtils.EArgumentOutOfRangeException Constructors
Description
EArgumentOutOfRangeException is the exception raised for argument values that exceed an allowed range.
EArgumentOutOfRangeException is the exception raised whenever a routine of a method cannot understand an argument. The argument is expected to fall into a certain range, but the actual passed value is invalid.
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.