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