System.SysUtils.EFileNotFoundException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEFileNotFoundException

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