Skip to main content
A newer version of this page is available. .

DashboardDataLoadingException.Errors Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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