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

DashboardDataLoadingException(IEnumerable<DataLoadingError>) Constructor

Initializes a new instance of the DashboardDataLoadingException class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardDataLoadingException(
    IEnumerable<DataLoadingError> errors
)

Parameters

Name Type Description
errors IEnumerable<DataLoadingError>

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

See Also