EReadError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Exception raised if an error occurs while reading from a stream.
Declaration
Source position: classesh.inc line 129
Type
EReadError = class (EFilerError)
;
Description
If an error occurs when reading from a stream, a EReadError exception is raised. Possible causes for this are:
Not enough data is available when reading from a stream The stream containing a component's data contains invalid data. this will occur only when reading a component from a stream.
MembersNo members available
Inheritance
Class | Description |
---|---|
EReadError | Exception raised if an error occurs while reading from a stream. |
See also
Name | Description |
---|---|
EFilerError | Exception raised by the component streaming system if an error occurs. |
EWriteError | Exception raised when an error occurs during writing to a stream. |