Skip to main content

DataLoadingError.InnerException Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public Exception InnerException { get; }

Property Value

Type Description
Exception

A Exception containing information about the current data loading error.

See Also