PlatformAPI.EPlatformNotSupported

提供: RAD Studio API Documentation
移動先: 案内検索

System.SysUtils.ExceptionSystem.TObjectEPlatformNotSupported

Delphi

EPlatformNotSupported = class(Exception)

プロパティ

種類 可視性 ソース ユニット
class public PlatformAPI.pas PlatformAPI PlatformAPI

説明

EPlatformNotSupported は、サポートされていないプラットフォーム エラーのための例外クラスです。

EPlatformNotSupported は、アプリケーションがサポートされていないターゲット プラットフォームを使用しようとした場合に発生します。

例外 Message は、指定されたサポートされていないプラットフォームの名前を示します。

関連項目