System.Variants.EVariantOverflowError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantOverflowError

Delphi

EVariantOverflowError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantOverflowError : public System::Sysutils::EVariantError

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.

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

See Also