System.SysUtils.EFileNotFoundException

From RAD Studio API Documentation
Revision as of 03:01, 10 February 2014 by AChavesBot (talk | contribs) (47307.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

EFileNotFoundException = class(Exception);

C++

class PASCALIMPLEMENTATION EFileNotFoundException : public Exception

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

This exception is raised when a file is not found.

TFile.Open raises an EFileNotFoundException if the specified file doesn't exist.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.SysUtils.EFileNotFoundException&oldid=624981"