Table of Contents

Class AccessDeniedException

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class AccessDeniedException : Exception, ISerializable
Inheritance
AccessDeniedException
Implements
Inherited Members
Extension Methods

Constructors

AccessDeniedException()

public AccessDeniedException()

AccessDeniedException(string)

public AccessDeniedException(string message)

Parameters

message string

AccessDeniedException(string, Exception)

public AccessDeniedException(string message, Exception innerException)

Parameters

message string
innerException Exception