[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

ERangeError

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

Range check error.

Declaration

Source position: sysutilh.inc line 146

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: Nov 14 2015