Class RosterServerUnavailableException
This exception is thrown when the Roster server is unreachable.
Inheritance
RosterServerUnavailableException
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public class RosterServerUnavailableException : RosterClientHttpException, ISerializable
Constructors
View Source
RosterServerUnavailableException()
Declaration
public RosterServerUnavailableException()
View Source
RosterServerUnavailableException(RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterServerUnavailableException(RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
View Source
RosterServerUnavailableException(string)
Declaration
public RosterServerUnavailableException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
RosterServerUnavailableException(string, RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterServerUnavailableException(string message, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
View Source
RosterServerUnavailableException(string, Exception)
Declaration
public RosterServerUnavailableException(string message, Exception innerException)
Parameters
View Source
RosterServerUnavailableException(string, Exception, RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterServerUnavailableException(string message, Exception innerException, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Implements