Show / Hide Table of Contents

Class RosterApiAuthChallengeException

This exception is thrown when a downlevel API requires consent for additional scopes.

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

Constructors

View Source

RosterApiAuthChallengeException()

Declaration
public RosterApiAuthChallengeException()
View Source

RosterApiAuthChallengeException(SerializationInfo, StreamingContext)

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

RosterApiAuthChallengeException(String)

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

RosterApiAuthChallengeException(String, Exception)

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

RosterApiAuthChallengeException(String, String)

Declaration
public RosterApiAuthChallengeException(string message, string wwwAuthHeader)
Parameters
Type Name Description
System.String message
System.String wwwAuthHeader
View Source

RosterApiAuthChallengeException(String, String, Exception)

Declaration
public RosterApiAuthChallengeException(string message, string wwwAuthHeader, Exception innerException)
Parameters
Type Name Description
System.String message
System.String wwwAuthHeader
Exception innerException

Properties

View Source

WWWAuthenticateHeader

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