Click or drag to resize
InvalidAlternativeUrlException Constructor (String)
Initializes a new instance of the InvalidAlternativeUrlException class with a specified error message.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public InvalidAlternativeUrlException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also