DataRetrievalException(String, Exception) Constructor
Initializes a new instance of the DataRetrievalException class with the specified error message and exception.
Namespace: DevExpress.XtraReports
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| message | String | A String value, specifying the error message. |
| innerException | Exception | A Exception object, specifying the error details. |
See Also