Click or drag to resize
InvalidParametersException Constructor
Constructor.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public InvalidParametersException(
	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
See Also