Skip to main content
All docs
V25.1
  • DashboardItemDataLoadingError.InnerException Property

    Gets or sets the inner exception that the data loading process throws.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public Exception InnerException { get; }

    Property Value

    Type Description
    Exception

    An exception that contains information about the current data loading error.

    See Also