Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

EOverflow

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Float overflow error.

Declaration

Source position: sysutilh.inc line 154

type EOverflow = class(EMathError)

Inheritance

EOverflow

  

Float overflow error.

|

EMathError

  

Mathematical error.

|

EExternal

  

External Exception.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

EOverflow occurs when a float operation overflows. (i.e. result is too big to represent).

See also

EIntError

  

Integer operation error.

EIntOverflow

  

Integer overflow error.

EDivByZero

  

Division by zero error.

ERangeError

  

Range check error.

EUnderFlow

  

Float underflow error.


Documentation generated on: Jul 24 2023