Show: DelphiC++
Display Preferences

System.Classes.EFCreateError

From XE2 API Documentation

Jump to: navigation, search

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

Delphi

EFCreateError = class(EFileStreamError);

C++

class PASCALIMPLEMENTATION EFCreateError : public EFileStreamError

Properties

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

Description

EFCreateError is the exception class for streaming file-creation errors.

EFCreateError is raised when an application unsuccessfully attempts to create a file. This can occur, for example, if a user specifies an invalid file name, or specifies the name of an existing file that cannot be overwritten because the user lacks appropriate access permission.

See Also

Personal tools
Previous Versions
Translations