EFilerError is the exception class for component stream errors.
EFilerError = class(EStreamError);
class EFilerError : public EStreamError;
EFilerError is raised when an error occurs while streaming a component. Some, but not all, component streaming errors raise descendants of EFilerError, as follows.
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|