System.Variants.EVariantRangeCheckError

From RAD Studio API Documentation
Jump to: navigation, search

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

EVariantRangeCheckError is the exception class for out-of-range errors in a variant operation.

EVariantRangeCheckError is raised when a variant operation fails because the result is out-of-range for the destination variant type. To raise this exception programmatically, call VarRangeCheckError.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Variants.EVariantRangeCheckError&oldid=144259"