System.SysUtils.EOverflow

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EMathErrorSystem.SysUtils.EExternalSystem.SysUtils.ExceptionSystem.TObjectEOverflow

Delphi

EOverflow = class(EMathError);

C++

class PASCALIMPLEMENTATION EOverflow : public EMathError

Properties

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

Description

EOverflow is the exception class for floating-point register overflows.

EOverflow is raised when a calculated result is too large to fit in the floating-point register allocated for it and data is therefore lost.

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

Note: Integer register overflows raise the EIntOverflow exception.

See Also