System.SysUtils.EDivByZero

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EIntErrorSystem.SysUtils.EExternalSystem.SysUtils.ExceptionSystem.TObjectEDivByZero

Delphi

EDivByZero = class(EIntError);

C++

class PASCALIMPLEMENTATION EDivByZero : public EIntError

Properties

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

Description

EDivByZero is the exception class for integer divide-by-zero errors.

EDivByZero is raised when an application tries to divide an integer by zero.

Run-time exception information is saved in fields provided by EExternal.

Note: Floating-point divide-by-zero errors raise the EZeroDivide exception.

See Also