EIntError is the base class for integer math error exceptions.
EIntError = class(EExternal);
class EIntError : public EExternal;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|