Show / Hide Table of Contents

Class ExperimentGroupsFullException

Thrown when a user attempts to open the game but the game is unable to assign them to an Experiment Group, because all the groups are over capacity.

Inheritance
object
Exception
ExperimentGroupsFullException
Implements
ISerializable
Namespace: PlayUR.Exceptions
Assembly: PlayUR.dll
Syntax
public class ExperimentGroupsFullException : Exception, ISerializable

Constructors

| Improve this Doc View Source

ExperimentGroupsFullException(User, int)

Declaration
public ExperimentGroupsFullException(User user, int gameID)
Parameters
Type Name Description
User user
int gameID

Properties

| Improve this Doc View Source

Message

Declaration
public override string Message { get; }
Property Value
Type Description
string
Overrides
Exception.Message

Implements

ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX