Show / Hide Table of Contents

Class RosterReservedNameException

Exception thrown when creating or updating items in Roster with WellKnownTypes.

Inheritance
object
Exception
RosterReservedNameException
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
Assembly: Microsoft.XboxStudios.SQTech.Roster.Common.dll
Syntax
public class RosterReservedNameException : Exception, ISerializable

Constructors

View Source

RosterReservedNameException()

Initializes a new instance of the RosterReservedNameException class.

Declaration
public RosterReservedNameException()
View Source

RosterReservedNameException(string)

Initializes a new instance of the RosterReservedNameException class.

Declaration
public RosterReservedNameException(string message)
Parameters
Type Name Description
string message

The message that describes the error.

View Source

RosterReservedNameException(string, Exception)

Initializes a new instance of the RosterReservedNameException class.

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

The message that describes the error.

Exception innerException

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Implements

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