Click or drag to resize

SingletonException Constructor (Exception)

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", true)]
public SingletonException(
	Exception innerException
)

Parameters

innerException
Type: SystemException
See Also