Show / Hide Table of Contents

Class EntityNotFoundException

Inheritance
System.Object
RosterServiceException
EntityNotFoundException
Namespace: Microsoft.GNS.Roster.Service
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
  • View Source
In This Article
Back to top Generated by DocFX