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.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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