| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Range check error.
Source position: sysutilh.inc line 146
| type ERangeError = class(EInterror) | 
| 
 | Range check error. | |
| | | ||
| 
 | Integer operation error. | |
| | | ||
| 
 | External Exception. | |
| | | ||
| 
 | Base class of all exceptions. | |
| | | ||
| 
 | Base class of all classes. | 
ERangeError is raised by the Free Pascal runtime library if range checking is on, and a range check error occurs.
| 
 | Integer operation error. | |
| 
 | Division by zero error. | |
| 
 | Integer overflow error. |