Show: DelphiC++
Display Preferences

System.Classes.EFOpenError

From XE2 API Documentation

Jump to: navigation, search

System.Classes.EFileStreamErrorSystem.Classes.EStreamErrorSystem.SysUtils.ExceptionSystem.TObject
EFOpenError

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

Personal tools
Previous Versions
Translations