Table of Contents

Class PermissionException

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Permission exception.

public class PermissionException : Exception
Inheritance
object
Exception
PermissionException
Extension Methods

Constructors

PermissionException()

Constructor.

public PermissionException()

PermissionException(string)

Constructor.

public PermissionException(string message)

Parameters

message string

Exception message

PermissionException(string, Exception)

Constructor.

public PermissionException(string message, Exception ex)

Parameters

message string

Exception message

ex Exception

Inner exception