Show / Hide Table of Contents

Class RequiresFullControlPrincipalException

Inheritance
object
Exception
RosterServiceException
RequiresFullControlPrincipalException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.GNS.Roster.Service
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class RequiresFullControlPrincipalException : RosterServiceException, ISerializable

Constructors

View Source

RequiresFullControlPrincipalException()

Declaration
public RequiresFullControlPrincipalException()
View Source

RequiresFullControlPrincipalException(string)

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

RequiresFullControlPrincipalException(string, Exception)

Declaration
public RequiresFullControlPrincipalException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX