System.Classes.EReadError

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.EFilerErrorSystem.Classes.EStreamErrorSystem.SysUtils.ExceptionSystem.TObjectEReadError

Delphi

EReadError = class(EFilerError);

C++

class PASCALIMPLEMENTATION EReadError : public EFilerError

Properties

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

Description

EReadError is the exception class for unsuccessful attempts to read data from a stream.

EReadError is raised when an application attempts to read data from a stream but cannot read the specified number of bytes.

An EReadError exception may also be raised if a property cant be read while creating a form. This can occur because a component reads the form resource incorrectly, or because the resource is corrupt.

See Also