Click or drag to resize
ClassNotLoadedException Class
Exception which is thrown when the custom class is not loaded.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.BaseClassNotLoadedException

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class ClassNotLoadedException : Exception

The ClassNotLoadedException type exposes the following members.

Constructors
  NameDescription
Public methodClassNotLoadedException
Constructor.
Top
See Also