The exception that is thrown when an argument is outside the allowed range of values.
Delphi
EArgumentOutOfRangeException = class(EArgumentException)
- Inheritance
The exception that is thrown when an argument is outside the allowed range of values.
EArgumentOutOfRangeException = class(EArgumentException)