Back to Devexpress

DashboardDataLoadingException Class

dashboard-devexpress-dot-dashboardcommon-257d371b.md

latest1.3 KB
Original Source

DashboardDataLoadingException Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardDataLoadingException :
    Exception
vb
Public Class DashboardDataLoadingException
    Inherits 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

DashboardDataLoadingException Members

DevExpress.DashboardCommon Namespace