Click or drag to resize

SingletonException Class

Note: This API is now obsolete.

Inheritance Hierarchy

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("SingletonException has been deprecated. Write your own Singleton Exception class to get this behaviour", 
	true)]
public class SingletonException : Exception
Constructors
  NameDescription
Public methodSingletonException Obsolete.
Initializes a new instance of the SingletonException class
Public methodSingletonException(Exception) Obsolete.
Initializes a new instance of the SingletonException class
Public methodSingletonException(String) Obsolete.
Initializes a new instance of the SingletonException class
Public methodSingletonException(String, Exception) Obsolete.
Initializes a new instance of the SingletonException class
Top
See Also