CylinderException(String) Constructor

Initializes a new instance of CylinderException with specified message.

Definition

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

Parameters

sMessage  String
Message which informs the exception consumer of what caused it.

See Also