Show / Hide Table of Contents

Class RosterApiAuthChallengeException

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

Inheritance
object
Exception
RosterClientException
RosterClientHttpException
RosterApiAuthChallengeException
Implements
ISerializable
Inherited Members
RosterClientHttpException.CorrelationId
RosterClientHttpException.Request
RosterClientHttpException.Response
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.SQTech.Roster.Client
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
Type Name Description
string message
Exception innerException
View Source

RosterApiAuthChallengeException(string, string)

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

RosterApiAuthChallengeException(string, string, Exception)

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

Properties

View Source

WWWAuthenticateHeader

Declaration
public string WWWAuthenticateHeader { get; }
Property Value
Type Description
string

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX