Skip to main content
A newer version of this page is available. .

DataLoadingError(String, String, Exception) Constructor

Initializes a new DataLoadingError instance with the specified settings.

Namespace: DevExpress.DashboardCommon

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

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