System.SysUtils.ENotImplemented

From RAD Studio API Documentation

ENotImplementedSystem.SysUtils.ExceptionSystem.TObject

Delphi

ENotImplemented = class(Exception);

C++

class PASCALIMPLEMENTATION ENotImplemented : public Exception

Properties

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

Description

This exception indicates that an operation is not implemented.

You can use ENotImplemented when you didn't implement an execution path.

See Also