EZeroDivide is the exception class for floating-point divide-by-zero errors.
EZeroDivide = class(EMathError);
class EZeroDivide : public EMathError;
SysUtils
EZeroDivide exception is raised when an application attempts to divide a floating-point value 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!
|