DashboardDataLoadingException.Errors Property
In This Article
Gets errors that occur during loading data to a data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public IEnumerable<DataLoadingError> Errors { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Data |
A collection of errors that occur during loading data to a data source. |
See Also