DashboardDataLoadingException(IEnumerable<DataLoadingError>) Constructor
Initializes a new instance of the DashboardDataLoadingException class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
errors | IEnumerable<DataLoadingError> | A collection of errors that occur during loading data to a data source. |
See Also