System.SysUtils.EProgrammerNotFound

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

System.SysUtils.ExceptionSystem.TObjectEProgrammerNotFound

Delphi

EProgrammerNotFound = class(Exception);

C++

class PASCALIMPLEMENTATION EProgrammerNotFound : public Exception

プロパティ

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

説明

ソフトウェアの障害を示す非標準的な方法です。

EProgrammerNotFound は、実行時にソフトウェアの障害が検出されたことを示す代替手段として使用することができます。

関連項目