System.SysUtils.ENotImplemented

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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