Click or drag to resize

SingletonException Constructor

Note: This API is now obsolete.

Initializes a new instance of the SingletonException class

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
[ObsoleteAttribute("SingletonException has been deprecated. Write your own Singleton Exception class to get this behaviour", 
	true)]
public SingletonException()
See Also