System.SysUtils.EIntfCastError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectEIntfCastError

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.

Voir aussi