System.SysUtils.ENotSupportedException

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectENotSupportedException

Delphi

ENotSupportedException = class(Exception);

C++

class PASCALIMPLEMENTATION ENotSupportedException : public Exception

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Cette exception indique qu'une opération n'est pas supportée car elle n'est pas implémentée.

Vous pouvez utiliser ENotSupportedException quand vous n'avez pas implémenté un chemin d'exécution.

Voir aussi