API:System.Variants.EVariantRangeCheckError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Variants.EVariantOverflowErrorSystem.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantRangeCheckError

Delphi

EVariantRangeCheckError = class(EVariantOverflowError);

C++

class PASCALIMPLEMENTATION EVariantRangeCheckError : public EVariantOverflowError

Eigenschaften

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

Beschreibung

EVariantOverflowError ist die Exception-Klasse für Überlauffehler in einer Variantenoperation.

System.Variants.EVariantRangeCheckError erbt von System.Variants.EVariantOverflowError. Der folgende Inhalt bezieht sich auf System.Variants.EVariantOverflowError.

EVariantOverflowError ist die Exception-Klasse für Überlauffehler in einer Variantenoperation.

EVariantOverflowError wird ausgelöst, wenn eine Variantenoperation fehlschlägt, weil das Ergebnis zu groß war. Mit VarOverflowError kann diese Exception programmgesteuert ausgelöst werden.

Siehe auch