PlatformAPI.EPlatformNotSupported

Delphi
EPlatformNotSupported = class(Exception)
C++
class PASCALIMPLEMENTATION EPlatformNotSupported : public System::Sysutils::Exception
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Beschreibung
EPlatformNotSupported ist die Exception-Klasse für Fehler aufgrund von nicht unterstützten Plattformen.
EPlatformNotSupported wird ausgelöst, wenn eine Anwendung versucht, eine Zielplattform zu verwenden, die nicht unterstützt wird.
Die Exception Message gibt den Namen der festgelegten nicht unterstützten Plattform an.