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

ERangeError

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

Range check error.

Declaration

Source position: sysutilh.inc line 147

type ERangeError = class(EIntError)

Inheritance

ERangeError

  

Range check error.

|

EIntError

  

Integer operation error.

|

EExternal

  

External Exception.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

ERangeError is raised by the Free Pascal runtime library if range checking is on, and a range check error occurs.

See also

EIntError

  

Integer operation error.

EDivByZero

  

Division by zero error.

EIntOverflow

  

Integer overflow error.


Documentation generated on: Jul 24 2023