System.SysUtils.EZeroDivide

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EMathErrorSystem.SysUtils.EExternalSystem.SysUtils.ExceptionSystem.TObjectEZeroDivide

Delphi

EZeroDivide = class(EMathError);

C++

class PASCALIMPLEMENTATION EZeroDivide : public EMathError

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

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.

See Also