RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EReadError Class

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

Pascal
EReadError = class(EFilerError);
C++
class EReadError : public EFilerError;

Classes

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!