Show / Hide Table of Contents

Class RosterUnknownResponseException

This exception is thrown when access to a Roster container is denied.

Inheritance
System.Object
RosterClientException
RosterClientHttpException
RosterUnknownResponseException
Inherited Members
RosterClientHttpException.CorrelationId
RosterClientHttpException.Request
RosterClientHttpException.Response
Namespace: Microsoft.XboxStudios.SQTech.Roster.Client
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
Type Name Description
RosterHttpRequestMessage request
RosterHttpResponseMessage response
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
Type Name Description
System.String message
Exception innerException
RosterHttpRequestMessage request
RosterHttpResponseMessage response
View Source

RosterUnknownResponseException(String, RosterHttpRequestMessage, RosterHttpResponseMessage)

Declaration
public RosterUnknownResponseException(string message, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Type Name Description
System.String message
RosterHttpRequestMessage request
RosterHttpResponseMessage response
  • View Source
In This Article
Back to top Generated by DocFX