MismatchingDataItemException(String, Exception) Constructor

Initializes a new instance of MismatchingDataItemException with specified message and inner exception.

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

Parameters

sMessage  String
A message that describes why the exception has been thrown.
innerException  Exception
An inner exception which caused this exception to be raised.

See Also