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

Parameters

invalidAlternativeUrl
Type: CMS.DocumentEngineAlternativeUrlInfo
Alternative URL that does not match pattern constraint.
innerException
Type: SystemException
The exception that is the cause of the current exception.
See Also