API:System.Variants.EVariantBadVarTypeError

Aus RAD Studio API Documentation

EVariantBadVarTypeErrorSystem.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EVariantBadVarTypeError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantBadVarTypeError : public System::Sysutils::EVariantError

Eigenschaften

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

Beschreibung

EVariantError ist die Exception-Klasse für Fehler mit varianten Datentypen. {{#multireplace:System.Variants.EVariantBadVarTypeError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.SysUtils.EVariantError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.SysUtils.EVariantError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

EVariantError ist die Exception-Klasse für Fehler mit varianten Datentypen.

EVariantError wird ausgelöst, wenn eine Variantenoperation fehlschlägt. EVariantError besitzt eine Anzahl von abgeleiteten Klassen, die detailliertere Informationen zum Fehler liefern.

Siehe auch