System.SysUtils.EInvalidOpException
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.