Class RosterApiAuthChallengeException
This exception is thrown when a downlevel API requires consent for additional scopes.
Inheritance
RosterApiAuthChallengeException
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public class RosterApiAuthChallengeException : RosterClientHttpException, ISerializable
Constructors
View Source
RosterApiAuthChallengeException()
Declaration
public RosterApiAuthChallengeException()
View Source
RosterApiAuthChallengeException(string)
Declaration
public RosterApiAuthChallengeException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
View Source
RosterApiAuthChallengeException(string, Exception)
Declaration
public RosterApiAuthChallengeException(string message, Exception innerException)
Parameters
View Source
RosterApiAuthChallengeException(string, string)
Declaration
public RosterApiAuthChallengeException(string message, string wwwAuthHeader)
Parameters
View Source
RosterApiAuthChallengeException(string, string, Exception)
Declaration
public RosterApiAuthChallengeException(string message, string wwwAuthHeader, Exception innerException)
Parameters
Properties
View Source
Declaration
public string WWWAuthenticateHeader { get; }
Property Value
Implements