PermissionException Constructor (String, Exception) |
Constructor.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public PermissionException(
string message,
Exception ex
)
Parameters
- message
- Type: SystemString
Exception message - ex
- Type: SystemException
Inner exception
See Also