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

DataLoadingError.InnerException Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public Exception InnerException { get; }

Property Value

Type Description
Exception

A Exception containing information about the current data loading error.

See Also