Show / Hide Table of Contents

Class RequiresFullControlPrincipalException

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

Constructors

View Source

RequiresFullControlPrincipalException()

Declaration
public RequiresFullControlPrincipalException()
View Source

RequiresFullControlPrincipalException(SerializationInfo, StreamingContext)

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

RequiresFullControlPrincipalException(String)

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

RequiresFullControlPrincipalException(String, Exception)

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