Click or drag to resize
InvalidAlternativeUrlException Constructor (AlternativeUrlInfo, AlternativeUrlInfo, 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,
	AlternativeUrlInfo conflictingAlternativeUrl,
	Exception innerException
)

Parameters

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