API: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

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

System.Variants.EVariantRangeCheckError inherits from System.Variants.EVariantOverflowError. All content below this line refers to System.Variants.EVariantOverflowError.

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