DataLoadingError.InnerException Property
Gets or sets the inner exception that the data loading process throws.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public Exception InnerException { get; }
Public ReadOnly Property InnerException As Exception
Property Value
Type | Description |
---|---|
Exception | A Exception containing information about the current data loading error. |
See Also
Feedback