| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised if an error occurs while reading from a stream.
Source position: classesh.inc line 130
| type EReadError = class(EFilerError) | 
| 
 | Exception raised if an error occurs while reading from a stream. | |
| | | ||
| 
 | Exception raised by the component streaming system if an error occurs. | |
| | | ||
| 
 | Exception raised when an error occurs during read or write operations on a stream. | |
| | | ||
| 
 | Base class of all exceptions. | |
| | | ||
| 
 | Base class of all classes. | 
If an error occurs when reading from a stream, a EReadError exception is raised. Possible causes for this are:
| 
 | Exception raised by the component streaming system if an error occurs. | |
| 
 | Exception raised when an error occurs during writing to a stream. |