System.SysUtils.EIntfCastError

提供: RAD Studio API Documentation
移動先: 案内検索

System.SysUtils.ExceptionSystem.TObjectEIntfCastError

Delphi

EIntfCastError = class(Exception);

C++

class PASCALIMPLEMENTATION EIntfCastError : public Exception

プロパティ

種類 可視性 ソース ユニット
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

EIntfCastError はインターフェースのキャスト例外に対応する例外クラスです。

インターフェースで不当なキャストが試みられた場合,EIntfCastError が生成されます。

関連項目