Show / Hide Table of Contents

Class RosterInvalidScopeException

This exception is thrown when the item specified is not found.

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

Constructors

View Source

RosterInvalidScopeException()

Declaration
public RosterInvalidScopeException()
View Source

RosterInvalidScopeException(RosterHttpRequestMessage, RosterHttpResponseMessage)

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

RosterInvalidScopeException(SerializationInfo, StreamingContext)

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

RosterInvalidScopeException(String)

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

RosterInvalidScopeException(String, Exception)

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

RosterInvalidScopeException(String, Exception, RosterHttpRequestMessage, RosterHttpResponseMessage)

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

RosterInvalidScopeException(String, RosterHttpRequestMessage, RosterHttpResponseMessage)

Declaration
public RosterInvalidScopeException(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