API:System.Variants.EVariantRangeCheckError

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. {{#multireplace:System.Variants.EVariantRangeCheckError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.Variants.EVariantOverflowError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.Variants.EVariantOverflowError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.