Class GameNotOwnedException
Thrown when a user attempts to open the game but they haven't been allocated to an ExperimentGroup
and the allocation method for the Experiment doesn't result in them being auto-allocated.
Inheritance
GameNotOwnedException
Assembly: PlayUR.dll
Syntax
public class GameNotOwnedException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
GameNotOwnedException(User, int)
Declaration
public GameNotOwnedException(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