System.SysUtils.EFileNotFoundException
Delphi
EFileNotFoundException = class(Exception);
C++
class PASCALIMPLEMENTATION EFileNotFoundException : 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 fichier est introuvable.
TFile.Open déclenche une exception EFileNotFoundException si le fichier spécifié n'existe pas.