PlatformAPI.EPlatformNotSupported

Delphi
EPlatformNotSupported = class(Exception)
C++
class PASCALIMPLEMENTATION EPlatformNotSupported : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Description
EPlatformNotSupported is the exception class for unsupported platform errors.
EPlatformNotSupported is raised when an application attempts to use a target platform that is not supported.
The exception Message indicates the name of the specified unsupported platform.