System.SysUtils.EOverflow

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

EOverflow = class(EMathError);

C++

class PASCALIMPLEMENTATION EOverflow : public EMathError

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

EOverflow ist die Exception-Klasse für Überläufe des Gleitkommaregisters.

EOverflow wird ausgelöst, wenn das Ergebnis einer Berechnung zu groß für das zugewiesene Gleitkommaregister ist und deshalb Daten verloren gehen.

Laufzeitinformationen zu Exceptions werden in den von EExternal bereitgestellten Feldern gespeichert.

Anmerkung:  Der Überlauf eines Ganzzahlregisters löst eine EIntOverflow-Exception aus.

Siehe auch