Show / Hide Table of Contents

Class RosterUnauthorizedException

This exception is thrown when access to Roster is unauthorized.

Inheritance
System.Object
RosterClientException
RosterClientHttpException
RosterUnauthorizedException
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 RosterUnauthorizedException : RosterClientHttpException

Constructors

View Source

RosterUnauthorizedException()

Declaration
public RosterUnauthorizedException()
View Source

RosterUnauthorizedException(RosterHttpRequestMessage, RosterHttpResponseMessage)

Declaration
public RosterUnauthorizedException(RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Type Name Description
RosterHttpRequestMessage request
RosterHttpResponseMessage response
View Source

RosterUnauthorizedException(SerializationInfo, StreamingContext)

Declaration
protected RosterUnauthorizedException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
View Source

RosterUnauthorizedException(String)

Declaration
public RosterUnauthorizedException(string message)
Parameters
Type Name Description
System.String message
View Source

RosterUnauthorizedException(String, Exception)

Declaration
public RosterUnauthorizedException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException
View Source

RosterUnauthorizedException(String, Exception, RosterHttpRequestMessage, RosterHttpResponseMessage)

Declaration
public RosterUnauthorizedException(string message, Exception innerException, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Type Name Description
System.String message
Exception innerException
RosterHttpRequestMessage request
RosterHttpResponseMessage response
View Source

RosterUnauthorizedException(String, RosterHttpRequestMessage, RosterHttpResponseMessage)

Declaration
public RosterUnauthorizedException(string message, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
Type Name Description
System.String message
RosterHttpRequestMessage request
RosterHttpResponseMessage response

Properties

View Source

Reason

Gets the WWW-Authenticate reason for the failure.

Declaration
public string Reason { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX