RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EFileStreamError Class

EFileStreamError is the exception class for general stream errors.

Pascal
EFileStreamError = class(EStreamError);
C++
class EFileStreamError : public EStreamError;

Classes

EFileStreamError is raised when an error occurs while streaming data. Some, but not all, data streaming errors raise descendants of EFileStreamError, as follows.

Exception 
Description 
Error while creating a new file for streaming.  
Error while opening an existing file for streaming.  

EFileStreamError differs from EFilerError, which is raised by errors in component streams. 

 

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