Table of Contents

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

ChartInfo

ChartMessageInfo

Information about chart message.

public ChartMessageInfo ChartMessageInfo

Field Value

ChartMessageInfo

DataGatheringSuccessful

Indicates if data was successfully gathered on an exception.

public bool DataGatheringSuccessful

Field Value

bool

SystemInfo

Information about users system.

public SystemInfo SystemInfo

Field Value

SystemInfo

Methods

ToString()

Return information as a string.

public override string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.ExceptionInfo.ToString