Click or drag to resize
LicenseHelperReportLicenseError Method
Reports the invalid license, either by redirecting to given URL, or by throwing .

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 8.2.23
Syntax
C#
public static void ReportLicenseError(
	string redirectUrl,
	string message = null
)

Parameters

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