Show / Hide Table of Contents

Class RosterClientException

Base Roster client exception.

Inheritance
object
Exception
RosterClientException
RosterAcquireAuthCodeException
RosterClientHttpException
RosterSerializationException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.SQTech.Roster.Client
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public class RosterClientException : Exception, ISerializable

Constructors

View Source

RosterClientException()

Declaration
public RosterClientException()
View Source

RosterClientException(string)

Declaration
public RosterClientException(string message)
Parameters
Type Name Description
string message
View Source

RosterClientException(string, Exception)

Declaration
public RosterClientException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX