Table of Contents

Class EngineUninitializedException

Namespace
Axolotl2D.Exceptions
Assembly
Axolotl2D.dll

Thrown when an action is performed that required the engine to be initialized, but it is not.

public class EngineUninitializedException : Exception, ISerializable
Inheritance
EngineUninitializedException
Implements
Inherited Members

Properties

Game

The game that the engine is running.

public Game Game { get; }

Property Value

Game