System.SysUtils.ENotImplemented
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.