Click or drag to resize
PermissionException Constructor (String, Exception)
Constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public PermissionException(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString
Exception message
ex
Type: SystemException
Inner exception
See Also