RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EZeroDivide Class

EZeroDivide is the exception class for floating-point divide-by-zero errors.

Pascal
EZeroDivide = class(EMathError);
C++
class EZeroDivide : public EMathError;

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.

Note: Integer divide-by-zero errors raise the EDivByZero exception.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!