System.SysUtils.ENoConstructException
Delphi
ENoConstructException = class(Exception);
C++
class PASCALIMPLEMENTATION ENoConstructException : public Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Indicates that an object should not be constructed.
ENoConstructException is raised for classes that are not intended to be constructed (for example, TCharacter).