Skip to main content

DashboardDataLoadingException.Errors Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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