Class PlayerAlreadyActiveException
Reports that an authenticated player already has an active login.
public sealed class PlayerAlreadyActiveException : InvalidOperationException, ISerializable
- Inheritance
-
PlayerAlreadyActiveException
- Implements
- Inherited Members
Constructors
PlayerAlreadyActiveException(Guid)
Reports that an authenticated player already has an active login.
public PlayerAlreadyActiveException(Guid playerId)
Parameters
playerIdGuid
Properties
PlayerId
Gets the player identifier rejected by the duplicate login guard.
public Guid PlayerId { get; }