Click or drag to resize
InvalidAlternativeUrlException Constructor (AlternativeUrlInfo, String)
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,
	string excludedUrl
)

Parameters

invalidAlternativeUrl
Type: CMS.DocumentEngineAlternativeUrlInfo
Alternative URL that is excluded URL.
excludedUrl
Type: SystemString
Excluded URL that is in conflict with invalidAlternativeUrl.
See Also