System.SysUtils.ENotImplemented
Delphi
ENotImplemented = class(Exception);
C++
class PASCALIMPLEMENTATION ENotImplemented : public Exception
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Beschreibung
Diese Exception gibt an, dass eine Operation nicht implementiert ist.
Sie können ENotImplemented verwenden, wenn Sie einen Ausführungspfad nicht implementiert haben.