Class EntityExistsException
Inheritance
EntityExistsException
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class EntityExistsException : RosterServiceException, ISerializable
Constructors
View Source
EntityExistsException()
Declaration
public EntityExistsException()
View Source
EntityExistsException(string)
Declaration
public EntityExistsException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
View Source
EntityExistsException(string, Exception)
Declaration
public EntityExistsException(string message, Exception innerException)
Parameters
Implements