DashboardDataLoadingException.Errors Property
Gets errors that occur during loading data to a data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<DataLoadingError> | A collection of errors that occur during loading data to a data source. |
See Also