Table of Contents

Class PlayerNotFoundException

Namespace
RisingV.Core.Exceptions
Assembly
RisingV.Core.dll

Exception thrown when a player is not found.

public class PlayerNotFoundException : NotFoundException, ISerializable
Inheritance
PlayerNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

PlayerNotFoundException(string)

Exception thrown when a player is not found.

public PlayerNotFoundException(string playerName)

Parameters

playerName string

The name of the player that was not found.