EDivByZero is the exception class for integer divide-by-zero errors.
EDivByZero = class(EIntError);
class EDivByZero : public EIntError;
SysUtils
EDivByZero is raised when an application tries to divide an integer by zero.
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!
|