System.SysUtils.ENotImplemented

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectENotImplemented

Delphi

ENotImplemented = class(Exception);

C++

class PASCALIMPLEMENTATION ENotImplemented : 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 implémentée.

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

Voir aussi