System.Classes.EFileStreamError

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.EStreamErrorSystem.SysUtils.ExceptionSystem.TObjectEFileStreamError

Delphi

EFileStreamError = class(EStreamError)

C++

class PASCALIMPLEMENTATION EFileStreamError : public EStreamError

Properties

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

Description

EFileStreamError is the exception class for general stream errors.

EFileStreamError is raised when an error occurs while streaming data. Some, but not all, data streaming errors raise descendants of EFileStreamError, as follows.



Exception Description

EFCreateError

Error while creating a new file for streaming.

EFOpenError

Error while opening an existing file for streaming.



EFileStreamError differs from EFilerError, which is raised by errors in component streams.

See Also