System.SysUtils.ENotSupportedException

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

System.SysUtils.ExceptionSystem.TObjectENotSupportedException

Delphi

ENotSupportedException = class(Exception);

C++

class PASCALIMPLEMENTATION ENotSupportedException : public Exception

プロパティ

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

説明

この例外は、オペレーションが未実装のためサポートされていないことを示します。

実行パスを実装しなかった場合に ENotSupportedException を使用できます。

関連項目