MismatchingDataItemException(String, Exception) Constructor
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public MismatchingDataItemException(
string sMessage,
Exception innerException
)
Public Sub New (
sMessage As String,
innerException As Exception
)
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.