Table of Contents

Class MissingComponentException<TMissing>

Namespace
Termule.Engine.Exceptions
Assembly
Termule.Engine.dll

Exception that is thrown when a required Component is missing.

public sealed class MissingComponentException<TMissing> : MissingGameElementException<TMissing>, ISerializable

Type Parameters

TMissing

The type of Component that is missing.

Inheritance
MissingComponentException<TMissing>
Implements
Inherited Members

Properties

Message

Gets a message that describes the current exception.

public override string Message { get; }

Property Value

string

The error message that explains the reason for the exception, or an empty string ("").