System.SysUtils.EIntfCastError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEIntfCastError

Delphi

EIntfCastError = class(Exception);

C++

class PASCALIMPLEMENTATION EIntfCastError : public Exception

Eigenschaften

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

Beschreibung

EIntfCastError ist die Exception-Klasse für Fehler bei der Typumwandlung von Schnittstellen.

EIntfCastError wird ausgelöst, wenn an einer Schnittstelle eine ungültige Umwandlung versucht wird.

Siehe auch