Class RosterApiNotFoundException
This exception is thrown when the client receives a 404 error without a JSON response reason.
Inheritance
System.Object
RosterApiNotFoundException
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public class RosterApiNotFoundException : RosterClientHttpException
Constructors
View Source
RosterApiNotFoundException()
Declaration
public RosterApiNotFoundException()
View Source
RosterApiNotFoundException(RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterApiNotFoundException(RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
View Source
RosterApiNotFoundException(SerializationInfo, StreamingContext)
Declaration
protected RosterApiNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
View Source
RosterApiNotFoundException(String)
Declaration
public RosterApiNotFoundException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
View Source
RosterApiNotFoundException(String, Exception)
Declaration
public RosterApiNotFoundException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|
View Source
RosterApiNotFoundException(String, Exception, RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterApiNotFoundException(string message, Exception innerException, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
View Source
RosterApiNotFoundException(String, RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterApiNotFoundException(string message, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters