DataLoadingError(String, String, Exception) Constructor
Initializes a new DataLoadingError instance with the specified settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
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