EClassNotFound is the exception class for the failure to find a specified component when reading from a stream.
EClassNotFound = class(EFilerError);
class EClassNotFound : public EFilerError;
EClassNotFound is raised if a class name that has not been linked into the current application is encountered when reading a component from a stream. This can happen when a component exists on a form, but has been removed from the type declaration.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|