Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

EArgumentOutOfRangeException

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Argument out of valid range passed to a function.

Declaration

Source position: sysutilh.inc line 223

type EArgumentOutOfRangeException = class(EArgumentException)

Inheritance

EArgumentOutOfRangeException

  

Argument out of valid range passed to a function.

|

EArgumentException

  

Invalid argument passed to a function.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

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).

See also

EArgumentException

  

Invalid argument passed to a function.


Documentation generated on: Jul 24 2023