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

DashboardDataLoadingException Class

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

Namespace: DevExpress.DashboardCommon

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

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