System.SysUtils.EProgrammerNotFound

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEProgrammerNotFound

Delphi

EProgrammerNotFound = class(Exception);

C++

class PASCALIMPLEMENTATION EProgrammerNotFound : public Exception

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Nonstandard way to indicate software faults.

You can use EProgrammerNotFound as an alternative to indicate software faults detected at run time.

See Also