System.Variants.EVariantDispatchError
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 メソッドを呼び出します。