Class EntityNotFoundException
Inheritance
System.Object
EntityNotFoundException
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class EntityNotFoundException : RosterServiceException
Constructors
View Source
EntityNotFoundException()
Declaration
public EntityNotFoundException()
View Source
EntityNotFoundException(SerializationInfo, StreamingContext)
Declaration
protected EntityNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
View Source
EntityNotFoundException(String)
Declaration
public EntityNotFoundException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
View Source
EntityNotFoundException(String, Exception)
Declaration
public EntityNotFoundException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|