[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

EOverflow

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

Float overflow error.

Declaration

Source position: sysutilh.inc line 153

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: Nov 14 2015