System.SysUtils.ENotSupportedException

提供:RAD Studio API Documentation

ENotSupportedExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

ENotSupportedException = class(Exception);

C++

class PASCALIMPLEMENTATION ENotSupportedException : public Exception

プロパティ

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

説明

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

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

関連項目