System.SysUtils.ENotImplemented

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

System.SysUtils.ExceptionSystem.TObjectENotImplemented

Delphi

ENotImplemented = class(Exception);

C++

class PASCALIMPLEMENTATION ENotImplemented : public Exception

プロパティ

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

説明

この例外は、オペレーションが実装されていないことを示します。

実行パスを実装しなかった場合に ENotImplemented を使用できます。

関連項目