System.SysUtils.EFileNotFoundException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEFileNotFoundException

Delphi

EFileNotFoundException = class(Exception);

C++

class PASCALIMPLEMENTATION EFileNotFoundException : public Exception

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Diese Exception wird ausgelöst, wenn eine Datei nicht gefunden wird.

TFile.Open löst eine EFileNotFoundException aus, wenn die angegebene Datei nicht vorhanden ist.

Siehe auch