Class RosterClientException
Base Roster client exception.
Inheritance
RosterClientException
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.SQTech.Roster.Client
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public class RosterClientException : Exception, ISerializable
Constructors
View SourceRosterClientException()
Declaration
public RosterClientException()
RosterClientException(string)
Declaration
public RosterClientException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
RosterClientException(string, Exception)
Declaration
public RosterClientException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |