Class PlayerAlreadyExistsException
- Namespace
- RisingV.Core.Exceptions
- Assembly
- RisingV.Core.dll
Exception thrown when a player with the specified name already exists.
public class PlayerAlreadyExistsException : AlreadyExistsException, ISerializable
- Inheritance
-
PlayerAlreadyExistsException
- Implements
- Inherited Members
- Extension Methods
Constructors
PlayerAlreadyExistsException(string)
Exception thrown when a player with the specified name already exists.
public PlayerAlreadyExistsException(string playerName)
Parameters
playerName
stringThe name of the player that already exists.