System.SysUtils.EInvalidOpException

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectEInvalidOpException

Delphi

EInvalidOpException = class(Exception);

C++

class PASCALIMPLEMENTATION EInvalidOpException : 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 est déclenchée quand un opérande n'est pas valide.

Certaines fonctions ne peuvent pas accepter des arguments avec toutes les valeurs possibles. Le déclenchement d'une exception EInvalidOpException est un moyen de signaler un opérande non valide.

Voir aussi