Show / Hide Table of Contents

Class RosterContainerNotRegisteredException

Inheritance
object
Exception
RosterServiceException
RosterContainerNotRegisteredException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.GNS.Roster
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class RosterContainerNotRegisteredException : RosterServiceException, ISerializable

Constructors

View Source

RosterContainerNotRegisteredException()

Declaration
public RosterContainerNotRegisteredException()
View Source

RosterContainerNotRegisteredException(string)

Declaration
public RosterContainerNotRegisteredException(string message)
Parameters
Type Name Description
string message
View Source

RosterContainerNotRegisteredException(string, Exception)

Declaration
public RosterContainerNotRegisteredException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX