Table of Contents

Class PlayerAlreadyActiveException

Namespace
Shard.Gameplay.Universe.Players
Assembly
Shard.Gameplay.Universe.dll

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

playerId Guid

Properties

PlayerId

Gets the player identifier rejected by the duplicate login guard.

public Guid PlayerId { get; }

Property Value

Guid