Click or drag to resize

SingletonException Constructor (String)

Initializes a new instance with a specified error message.

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public SingletonException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also