API:System.Classes.EClassNotFound

From RAD Studio API Documentation

EClassNotFoundSystem.Classes.EFilerErrorSystem.Classes.EStreamErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EClassNotFound = class(EFilerError);

C++

class PASCALIMPLEMENTATION EClassNotFound : public EFilerError

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

EFilerError is the exception class for component stream errors. {{#multireplace:System.Classes.EClassNotFound|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.EFilerError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.EFilerError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

EFilerError is the exception class for component stream errors.

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

EReadError

Cannot read the specified number of bytes

EWriteError

Cannot write the specified number of bytes

EClassNotFound

Component is not linked to application

EInvalidImage

Cannot read an resource file



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

See Also