Click or drag to resize
DocumentCultureNotAllowedException Class
Thrown when a document has a culture which is not allowed on the site.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DocumentEngineDocumentCultureNotAllowedException

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