Class InvalidLeaderboardIDException
Thrown when attempting to use a leaderboard without a valid Leaderboard ID.
Inheritance
InvalidLeaderboardIDException
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
Overrides
Implements