Class MissingGameElementException<TMissing>
- Namespace
- Termule.Engine.Exceptions
- Assembly
- Termule.Engine.dll
Base exception type for cases where a required TMissing is missing.
public abstract class MissingGameElementException<TMissing> : Exception, ISerializable
Type Parameters
TMissingThe type of the missing GameElement.
- Inheritance
-
MissingGameElementException<TMissing>
- Implements
- Derived
- Inherited Members
Properties
Dependent
Gets the element that requested the missing element.
public GameElement Dependent { get; }
Property Value
MissingElementType
Gets the Type of element that is missing.
public Type MissingElementType { get; }