RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIntError Class

EIntError is the base class for integer math error exceptions.

Pascal
EIntError = class(EExternal);
C++
class EIntError : public EExternal;

SysUtils

EIntError is a generic integer math exception. Although it is never raised in the runtime library, it is the base from which other integer math exceptions descend. These are the integer math exceptions:

Meaning 
An attempt was made to divide by zero  
Number or expression out of range  
Integer operation overflowed  

Run-time exception information is saved in fields provided by EExternal

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!