RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EFilerError Class

EFilerError is the exception class for component stream errors.

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

Classes

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

Exception 
Description 
Cannot read the specified number of bytes  
Cannot write the specified number of bytes  
Component is not linked to application  
Cannot read an resource file  

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

 

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