Class RosterInvalidScopeException
This exception is thrown when the item specified is not found.
Inheritance
System.Object
RosterInvalidScopeException
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
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
View Source
RosterInvalidScopeException(String, RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterInvalidScopeException(string message, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters