SpinInfoException(String) Constructor

Initializes a new instance of the System.Exception class with a specified error message.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public SpinInfoException(
	string sMessage
)

Parameters

sMessage  String
The message that describes the error.

See Also