Click or drag to resize
InvalidAlternativeUrlException Constructor (AlternativeUrlInfo, TreeNode, Exception)
Initializes a new instance of the InvalidAlternativeUrlException class.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public InvalidAlternativeUrlException(
	AlternativeUrlInfo invalidAlternativeUrl,
	TreeNode conflictingPage,
	Exception innerException
)

Parameters

invalidAlternativeUrl
Type: CMS.DocumentEngineAlternativeUrlInfo
Alternative URL that is in conflict with another AlternativeUrlInfo.
conflictingPage
Type: CMS.DocumentEngineTreeNode
Existing page with the same URL as invalidAlternativeUrl.
innerException
Type: SystemException
The exception that is the cause of the current exception.
See Also