The exception that indicates an error during cross-locale page copy. It carries additional information on the cross-locale page copy action.
Inheritance Hierarchy
SystemException
Ingeniux.CMSInvalidCrossLocaleCopyException
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The InvalidCrossLocaleCopyException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| InvalidCrossLocaleCopyException |
Constructs a new instance of InvalidCrossLocaleCopyException, with a provided message.
|
Properties
| Name | Description | |
|---|---|---|
| SourceLocale |
Gets and sets the locale of the source page for the copy action.
| |
| SourcePage |
Gets and sets the source page.
| |
| TargetLocale |
Gets and sets the locale of the target page for the copy action.
|
Fields
| Name | Description | |
|---|---|---|
| TargetParentPage |
Gets and sets the target page.
|
See Also