Skip to main content

DataLoadingError(String, String, Exception) Constructor

Initializes a new DataLoadingError instance with the specified settings.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DataLoadingError(
    string dataSourceName,
    string error,
    Exception innerException
)

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