System.SysUtils.ENoConstructException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectENoConstructException

Delphi

ENoConstructException = class(Exception);

C++

class PASCALIMPLEMENTATION ENoConstructException : public Exception

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Gibt an, das ein Objekt nicht erstellt werden sollte.

ENoConstructException wird für Klassen ausgelöst, die nicht erstellt werden sollten (z.B. TCharacter).