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

EInterror

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

Integer operation error.

Declaration

Source position: sysutilh.inc line 96

type EInterror = class(EExternal) end;

Inheritance

EInterror

  

Integer operation error.

|

EExternal

  

External Exception.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

EInterror is used when the operating system or CPU signals an integer operation error, e.g., an overflow.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.