System.Classes.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.