Click or drag to resize
PermissionCheckException Class
Base class for the exceptions raised in permissions check.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DataEnginePermissionCheckException

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class PermissionCheckException : Exception

The PermissionCheckException type exposes the following members.

Constructors
  NameDescription
Public methodPermissionCheckException
Constructor.
Top
Properties
  NameDescription
Public propertyModuleName
Name of the module the permission of which failed.
Public propertyPermissionFailed
Name of the permission failed.
Public propertySiteName
Name of the site where the permission failed.
Top
See Also