Click or drag to resize
InvalidParametersExceptionCreateMessage Method
Created the exception message.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static string CreateMessage(
	List<string> invalidFormParams,
	List<string> invalidQueryParams,
	string path,
	string url
)

Parameters

invalidFormParams
Type: System.Collections.GenericListString
List of invalid form parameters
invalidQueryParams
Type: System.Collections.GenericListString
List of invalid query string parameters
path
Type: SystemString
Current path
url
Type: SystemString
Current url

Return Value

Type: String
See Also