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