Skip to main content

DashboardDataLoadingException.Errors Property

Gets errors that occur during loading data to a data source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public IEnumerable<DataLoadingError> Errors { get; }

Property Value

Type Description
IEnumerable<DataLoadingError>

A collection of errors that occur during loading data to a data source.

See Also