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
ExperimentGroupsFullException
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
Overrides
Implements