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
TMissingThe type of System that is missing.
- Inheritance
-
MissingGameElementException<TMissing>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 ("").