Skip to main content

DataRetrievalException.GetBaseException() Method

Overrides the base class method to return the current exception.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override Exception GetBaseException()

Returns

Type Description
Exception

A Exception object that is the current exception.

Remarks

The GetBaseException method returns the current exception.

See Also