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