Show / Hide Table of Contents

Class RosterServiceException

Base exception for Roster service layer.

Inheritance
object
Exception
RosterServiceException
RosterContainerNotRegisteredException
AccessDeniedException
EntityExistsException
EntityNotFoundException
RequiresFullControlPrincipalException
UnexpectedScopeException
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
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class RosterServiceException : Exception, ISerializable

Constructors

View Source

RosterServiceException()

Declaration
public RosterServiceException()
View Source

RosterServiceException(string)

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

RosterServiceException(string, Exception)

Declaration
public RosterServiceException(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