Click or drag to resize
DocumentTypeNotExistsException Class
Thrown when a non-existing document type is requested.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DocumentEngineDocumentTypeNotExistsException

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class DocumentTypeNotExistsException : Exception
Constructors
  NameDescription
Public methodDocumentTypeNotExistsException
Initializes a new instance of the DocumentTypeNotExistsException class with default values.
Public methodDocumentTypeNotExistsException(String)
Initializes a new instance of the DocumentTypeNotExistsException class with a specified error message.
Protected methodDocumentTypeNotExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the DocumentTypeNotExistsException class with serialized data.
Public methodDocumentTypeNotExistsException(String, Exception)
Initializes a new instance of the DocumentTypeNotExistsException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also