Table of Contents

Class MissingSystemException<TMissing>

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

Exception that is thrown when a required System is missing.

public sealed class MissingSystemException<TMissing> : MissingGameElementException<TMissing>, ISerializable where TMissing : System

Type Parameters

TMissing

The type of System that is missing.

Inheritance
MissingSystemException<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 ("").