System.Variants.EVariantOverflowError

提供: RAD Studio API Documentation
移動先: 案内検索

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantOverflowError

Delphi

EVariantOverflowError = class(EVariantError);

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

説明

EVariantOverflowError は,バリアント操作でのオーバーフローに対応する例外クラスです。

EVariantOverflowError は,処理結果が大きすぎたためにバリアント操作が失敗したときに生成されます。この例外をプログラム中で生成するには,VarOverflowError を呼び出します。

関連項目