CylinderException(String, Exception) 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,
	Exception innerException
)

Parameters

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

See Also