MismatchingDataItemException(String) Constructor

Initializes a new instance of MismatchingDataItemException with specified message.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public MismatchingDataItemException(
	string sMessage
)

Parameters

sMessage  String
A message that describes why the exception has been thrown.

See Also