System.SysUtils.ENotSupportedException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectENotSupportedException

Delphi

ENotSupportedException = class(Exception);

C++

class PASCALIMPLEMENTATION ENotSupportedException : 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 unterstützt wird, weil sie nicht implementiert ist.

Sie können ENotSupportedException verwenden, wenn Sie einen Ausführungspfad nicht implementiert haben.

Siehe auch