Show / Hide Table of Contents

Class EntityExistsException

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

Constructors

View Source

EntityExistsException()

Declaration
public EntityExistsException()
View Source

EntityExistsException(SerializationInfo, StreamingContext)

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

EntityExistsException(String)

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

EntityExistsException(String, Exception)

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