System.SysUtils.EIntfCastError

Delphi
EIntfCastError = class(Exception);
C++
class PASCALIMPLEMENTATION EIntfCastError : public Exception
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| class | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | System.SysUtils | 
Description
EIntfCastError est la classe des exceptions pour les erreurs de transtypage d'interface.
EIntfCastError est déclenchée quand un transtypage illégal est tenté sur une interface.