System.SysUtils.ENoConstructException

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

System.SysUtils.ExceptionSystem.TObjectENoConstructException

Delphi

ENoConstructException = class(Exception);

C++

class PASCALIMPLEMENTATION ENoConstructException : public Exception

プロパティ

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

説明

オブジェクトを作成してはならないことを示します。

作成するべきではないクラスで ENoConstructException が発生します(TCharacter など)。