System.SysUtils.EFileNotFoundException

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectEFileNotFoundException

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.

Voir aussi