| DocumentCultureNotAllowedException Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.DocumentEngine
 Syntax
Syntax[SerializableAttribute] public class DocumentCultureNotAllowedException : Exception
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DocumentCultureNotAllowedException | 
            Initializes a new instance of the DocumentCultureNotAllowedException class with default values.
             | 
|  | DocumentCultureNotAllowedException(String) | 
            Initializes a new instance of the DocumentCultureNotAllowedException class with a specified error message.
             | 
|  | DocumentCultureNotAllowedException(SerializationInfo, StreamingContext) | 
            Initializes a new instance of the DocumentCultureNotAllowedException class with serialized data.
             | 
|  | DocumentCultureNotAllowedException(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.
             | 
 See Also
See Also