API: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

EStreamError is the exception class for streaming errors.

System.Classes.EFileStreamError inherits from System.Classes.EStreamError. All content below this line refers to System.Classes.EStreamError.

EStreamError is the exception class for streaming errors.

EStreamError is the ancestor from which all streaming exception classes descend. EStreamError is itself raised when resources cannot be allocated for a memory stream.

See Also