Show / Hide Table of Contents

Class AccessDeniedException

Inheritance
System.Object
RosterServiceException
AccessDeniedException
Namespace: Microsoft.GNS.Roster.Service
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class AccessDeniedException : RosterServiceException

Constructors

View Source

AccessDeniedException()

Declaration
public AccessDeniedException()
View Source

AccessDeniedException(SerializationInfo, StreamingContext)

Declaration
protected AccessDeniedException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
View Source

AccessDeniedException(String)

Declaration
public AccessDeniedException(string message)
Parameters
Type Name Description
System.String message
View Source

AccessDeniedException(String, Exception)

Declaration
public AccessDeniedException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException
  • View Source
In This Article
Back to top Generated by DocFX