PlatformAPI.EPlatformNotSupported

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEPlatformNotSupported

Delphi

EPlatformNotSupported = class(Exception)

Properties

Type Visibility Source Unit Parent
class public PlatformAPI.pas 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.

See Also