Show / Hide Table of Contents

Class InvalidLeaderboardIDException

Thrown when attempting to use a leaderboard without a valid Leaderboard ID.

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

Constructors

| Improve this Doc View Source

InvalidLeaderboardIDException(string)

Declaration
public InvalidLeaderboardIDException(string id)
Parameters
Type Name Description
string id

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