InvalidAlternativeUrlException Constructor (AlternativeUrlInfo, String, Exception) |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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