Class RosterObjectNotFoundException
This exception is thrown when the item specified is not found.
Inheritance
System.Object
RosterObjectNotFoundException
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public class RosterObjectNotFoundException : RosterClientHttpException
Constructors
View Source
RosterObjectNotFoundException()
Declaration
public RosterObjectNotFoundException()
View Source
RosterObjectNotFoundException(RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterObjectNotFoundException(RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
View Source
RosterObjectNotFoundException(SerializationInfo, StreamingContext)
Declaration
protected RosterObjectNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
View Source
RosterObjectNotFoundException(String)
Declaration
public RosterObjectNotFoundException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
View Source
RosterObjectNotFoundException(String, Exception)
Declaration
public RosterObjectNotFoundException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|
View Source
RosterObjectNotFoundException(String, Exception, RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterObjectNotFoundException(string message, Exception innerException, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters
View Source
RosterObjectNotFoundException(String, RosterHttpRequestMessage, RosterHttpResponseMessage)
Declaration
public RosterObjectNotFoundException(string message, RosterHttpRequestMessage request, RosterHttpResponseMessage response)
Parameters