System.Variants.EVariantRangeCheckError

From RAD Studio API Documentation
Jump to: navigation, search

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

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