System.SysUtils.EIntfCastError

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.