DataLoadingError(String, String, Exception) Constructor
Initializes a new DataLoadingError instance with the specified settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataSourceName | String | A data source name. |
| error | String | A text that informs the user about the error. |
| innerException | Exception | An exception raised when an error occurs. |
See Also