SysUtils.EZeroDivide
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
EZeroDivide = class(EMathError)
Unit: SysUtils
Type: class
Inherited Class Members: SysUtils.EZeroDivide Members
C++ Information
From SysUtils.hpp
EZeroDivide = class(EMathError)
Unit: SysUtils
Type: class
Inherited Class Members: SysUtils.EZeroDivide Members
Class Constructors & Destructors: SysUtils.EZeroDivide Constructors
Description
EZeroDivide is the exception class for floating-point divide-by-zero errors.
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.