Struct ExceptionInfo
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Struct for containing error and debug information for ChartExceptions.
public struct ExceptionInfo
- Inherited Members
Fields
ChartInfo
Information about LightningChart instance.
public ChartInfo ChartInfo
Field Value
ChartMessageInfo
Information about chart message.
public ChartMessageInfo ChartMessageInfo
Field Value
DataGatheringSuccessful
Indicates if data was successfully gathered on an exception.
public bool DataGatheringSuccessful
Field Value
SystemInfo
Information about users system.
public SystemInfo SystemInfo
Field Value
Methods
ToString()
Return information as a string.
public override string ToString()
Returns
- string
returns M:LightningChartLib.WinForms.Charting.ExceptionInfo.ToString