Show / Hide Table of Contents

Class RosterContainerNotRegisteredException

This exception is thrown when the Roster container specified is not registered.

Inheritance
object
Exception
RosterClientException
RosterClientHttpException
RosterContainerNotRegisteredException
Implements
ISerializable
Inherited Members
RosterClientHttpException.CorrelationId
RosterClientHttpException.Request
RosterClientHttpException.Response
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.XboxStudios.SQTech.Roster.Client
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public class RosterContainerNotRegisteredException : RosterClientHttpException, ISerializable

Constructors

View Source

RosterContainerNotRegisteredException()

Declaration
public RosterContainerNotRegisteredException()
View Source

RosterContainerNotRegisteredException(RosterHttpRequestMessage, RosterHttpResponseMessage)

Declaration
public RosterContainerNotRegisteredException(RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Type Name Description
RosterHttpRequestMessage request
RosterHttpResponseMessage response
View Source

RosterContainerNotRegisteredException(string)

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

RosterContainerNotRegisteredException(string, RosterHttpRequestMessage, RosterHttpResponseMessage)

Declaration
public RosterContainerNotRegisteredException(string message, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Type Name Description
string message
RosterHttpRequestMessage request
RosterHttpResponseMessage response
View Source

RosterContainerNotRegisteredException(string, Exception)

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

RosterContainerNotRegisteredException(string, Exception, RosterHttpRequestMessage, RosterHttpResponseMessage)

Declaration
public RosterContainerNotRegisteredException(string message, Exception innerException, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Type Name Description
string message
Exception innerException
RosterHttpRequestMessage request
RosterHttpResponseMessage response

Implements

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