API:System.Variants.EVariantRangeCheckError

From RAD Studio API Documentation

EVariantRangeCheckErrorSystem.Variants.EVariantOverflowErrorSystem.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EVariantRangeCheckError = class(EVariantOverflowError);

C++

class PASCALIMPLEMENTATION EVariantRangeCheckError : public EVariantOverflowError

Properties

Type Visibility Source Unit Parent
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

EVariantOverflowError is the exception class for overflow in a variant operation. {{#multireplace:System.Variants.EVariantRangeCheckError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Variants.EVariantOverflowError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Variants.EVariantOverflowError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

EVariantOverflowError is the exception class for overflow in a variant operation.

EVariantOverflowError is raised when a variant operation fails because the result was too large. To raise this exception programmatically, call VarOverflowError.

See Also