API:System.Variants.EVariantDispatchError

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

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantDispatchError

Delphi

EVariantDispatchError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantDispatchError : public System::Sysutils::EVariantError

プロパティ

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

説明

EVariantError は,Variant データ型に関するエラーが発生したときに生成される例外クラスです。

System.Variants.EVariantDispatchError は System.SysUtils.EVariantError を継承しています。以下の内容はすべて System.SysUtils.EVariantError を参照しています。

EVariantError は,Variant データ型に関するエラーが発生したときに生成される例外クラスです。

EVariantError は,バリアントの操作に失敗したときに生成されます。EVariantError には,エラーに関するより具体的な情報を提供するいくつかの下位クラスがあります。

関連項目