PlayerNotInitializedException Class

Represents an exception that is thrown when the player is not initialized but he is expected to be.

Definition

Namespace: ProjectLCore.Players
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public class PlayerNotInitializedException : Exception
Inheritance
Object    Exception    PlayerNotInitializedException

Constructors

PlayerNotInitializedException Initializes a new instance of the PlayerNotInitializedException class.

See Also