SingletonT Constructor |
Namespace: DigitalRune
Exception | Condition |
---|---|
InvalidOperationException | Constructor is called several times, but SingletonT can only be instantiated once. |
InvalidOperationException | The class which derives from SingletonT is not of type T. |