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

説明

EVariantDispatchError は,ディスパッチの試行に失敗した場合の例外クラスです。

EVariantDispatchError は,バリアント型がメソッド呼び出しをディスパッチできないときに生成されます。EVariantDispatchError を直接インスタンス化しないでください。かわりに,TCustomVariant の RaiseDispError メソッドを呼び出します。

関連項目