System.SysUtils.ENoConstructException

提供:RAD Studio API Documentation

ENoConstructExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

ENoConstructException = class(Exception);

C++

class PASCALIMPLEMENTATION ENoConstructException : public Exception

プロパティ

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

説明

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

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