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;

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!