System.Variants.EVariantDispatchError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantDispatchError

Delphi

EVariantDispatchError = class(EVariantError);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Beschreibung

EVariantDispatchError ist die Exception-Klasse für fehlgeschlagene Weiterleitungen von Methodenaufrufen.

EVariantDispatchError wird aufgerufen, wenn eine Variante einen Methodenaufruf weiterleiten kann. Instantiieren Sie EVariantDispatchError nicht direkt. Rufen Sie stattdessen die Methode RaiseDispError von TCustomVariant auf.

Siehe auch