EClassNotFound
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Exception raised when an unknown class is referenced in a streamed component.
Declaration
Source position: classesh.inc line 131
Type
EClassNotFound = class (EFilerError)
;
Description
When the streaming system needs to create a component, it looks for the class pointer (VMT) in the list of registered classes by its name. If this name is not found, then an EClassNotFound is raised.
MembersNo members available
Inheritance
Class | Description |
---|---|
EClassNotFound | Exception raised when an unknown class is referenced in a streamed component. |
See also
Name | Description |
---|---|
EFilerError | Exception raised by the component streaming system if an error occurs. |