Table of Contents

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

TMissing

The 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

GameElement

MissingElementType

Gets the Type of element that is missing.

public Type MissingElementType { get; }

Property Value

Type