Class RosterContainerNotRegisteredException
This exception is thrown when the Roster container specified is not registered.
Inheritance
RosterContainerNotRegisteredException
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
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
View Source
RosterContainerNotRegisteredException(string, Exception)
Declaration
public RosterContainerNotRegisteredException(string message, Exception innerException)
Parameters
View Source
RosterContainerNotRegisteredException(string, Exception, RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterContainerNotRegisteredException(string message, Exception innerException, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Implements