System.Classes.EFOpenError

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.EFileStreamErrorSystem.Classes.EStreamErrorSystem.SysUtils.ExceptionSystem.TObjectEFOpenError

Delphi

EFOpenError = class(EFileStreamError);

C++

class PASCALIMPLEMENTATION EFOpenError : public EFileStreamError

Properties

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

Description

EFOpenError is the exception class for file-opening errors during streaming.

EFOpenError is raised when an application cannot open a specified file. This can occur, for example, because the file doesn't exist or is not in the directory where the application is searching for it.

See Also