Skip to main content

DashboardDataLoadingException Class

The exception that occurs during loading data to a data source.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DashboardDataLoadingException :
    Exception

Remarks

Use the DashboardDataLoadingException.Errors property to get the list of errors that occur during loading data to a data source.

Inheritance

Object
Exception
DashboardDataLoadingException
See Also