InvalidCrossLocaleCopyException Class Ingeniux CMS Content Store API

The exception that indicates an error during cross-locale page copy. It carries additional information on the cross-locale page copy action.
Inheritance Hierarchy

SystemObject
  SystemException
    Ingeniux.CMSInvalidCrossLocaleCopyException

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public class InvalidCrossLocaleCopyException : Exception

The InvalidCrossLocaleCopyException type exposes the following members.

Constructors

  NameDescription
Public methodInvalidCrossLocaleCopyException
Constructs a new instance of InvalidCrossLocaleCopyException, with a provided message.
Top
Properties

  NameDescription
Public propertySourceLocale
Gets and sets the locale of the source page for the copy action.
Public propertySourcePage
Gets and sets the source page.
Public propertyTargetLocale
Gets and sets the locale of the target page for the copy action.
Top
Fields

  NameDescription
Public fieldTargetParentPage
Gets and sets the target page.
Top
See Also

Reference