Click or drag to resize

ExceptionInfo Structure

LightningChart .NET Help
Struct for containing error and debug information for ChartExceptions.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public struct ExceptionInfo

The ExceptionInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Return information as a string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldChartInfo
Information about LightningChart instance.
Public fieldChartMessageInfo
Information about chart message.
Public fieldDataGatheringSuccessful
Indicates if data was successfully gathered on an exception.
Public fieldSystemInfo
Information about users system.
Top
See Also