Click or drag to resize
PermissionCheckException Constructor
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public PermissionCheckException(
	string moduleName,
	string permissionName,
	string siteName
)

Parameters

moduleName
Type: SystemString
Name of the module the permission of which failed
permissionName
Type: SystemString
Name of the permission failed
siteName
Type: SystemString
Name of the site where the permission failed
See Also