System.Classes.EFCreateError

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Classes.EFCreateError&oldid=168228"