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