Click or drag to resize
DocumentTypeNotExistsException Class
Exception raised when a non-existing document type is requested.
Inheritance Hierarchy

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public class DocumentTypeNotExistsException : GeneralCMSException

The DocumentTypeNotExistsException type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyMessage
Message.
(Inherited from CMSException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
  NameDescription
Public methodClone
Returns clone of the exception
(Inherited from GeneralCMSException.)
Top
See Also