Show / Hide Table of Contents

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
object
Exception
GameNotOwnedException
Implements
ISerializable
Namespace: PlayUR.Exceptions
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
Type Description
string
Overrides
Exception.Message

Implements

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