| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Argument out of valid range passed to a function
Source position: sysutilh.inc line 216
| type EArgumentOutOfRangeException = class(EArgumentException) | 
| 
 | Argument out of valid range passed to a function | |
| | | ||
| 
 | Invalid argument passed to a function | |
| | | ||
| 
 | Base class of all exceptions. | |
| | | ||
| 
 | Base class of all classes. | 
EArgumentOutOfRangeException is raised by many character conversion/handling routines to indicate an erroneous argument was passed to the function (indicating an invalid character index in a unicode string).
| 
 | Invalid argument passed to a function |