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

DataRetrievalException.GetBaseException() Method

Returns the exception that is the root cause of one or more subsequent exceptions.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public override Exception GetBaseException()

Returns

Type Description
Exception

A Exception object.

See Also