Click or drag to resize
InvalidAlternativeUrlException Constructor (AlternativeUrlInfo, String, Exception)
Initializes a new instance of the InvalidAlternativeUrlException class with a reference to the inner exception that is the cause of this exception.

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

Parameters

invalidAlternativeUrl
Type: CMS.DocumentEngineAlternativeUrlInfo
Alternative URL that does not satisfy settings constraint.
excludedUrl
Type: SystemString
Excluded URL that is in conflict with invalidAlternativeUrl.
innerException
Type: SystemException
The exception that is the cause of the current exception.
See Also