Show / Hide Table of Contents

Class RosterServiceException

Base exception for Roster service layer.

Inheritance
System.Object
RosterServiceException
RosterContainerNotRegisteredException
AccessDeniedException
EntityExistsException
EntityNotFoundException
RequiresFullControlPrincipalException
UnexpectedScopeException
Namespace: Microsoft.GNS.Roster
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class RosterServiceException : Exception

Constructors

View Source

RosterServiceException()

Declaration
public RosterServiceException()
View Source

RosterServiceException(SerializationInfo, StreamingContext)

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

RosterServiceException(String)

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

RosterServiceException(String, Exception)

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