Click or drag to resize
LicenseException Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public LicenseException(
	string redirectUrl,
	string message = null
)

Parameters

redirectUrl
Type: SystemString
URL to redirect
message (Optional)
Type: SystemString
Exception message
See Also