Skip to main content

ConfigureOlapParametersPageView.ShowConnectionError(Exception) Method

Invokes a connection error window caused by the specified exception.

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public virtual void ShowConnectionError(
    Exception ex
)

Parameters

Name Type Description
ex Exception

A Exception object that is the exception causing a connection error.

See Also