help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

ERangeError

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

Range check error.

Declaration

Source position: sysutilh.inc line 96

type ERangeError = class(EInterror) end;

Inheritance

ERangeError

  

Range check error.

|

EInterror

  

Integer operation error.

|

EExternal

  

External Exception.

|

Exception

  

Base class of all exceptions.

|

TObject

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.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505