Class EntityExistsException
Inheritance
System.Object
EntityExistsException
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 |
|