System.SysUtils.ENoConstructException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectENoConstructException

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).