DataRetrievalException.GetBaseException() Method
Overrides the base class method to return the current exception.
Namespace: DevExpress.XtraReports
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
Exception | A Exception object that is the current exception. |
Remarks
The GetBaseException method returns the current exception.
See Also