Skip to main content

DashboardDataLoadingException(IEnumerable<DataLoadingError>) Constructor

Initializes a new instance of the DashboardDataLoadingException class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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