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

ConfigureOlapParametersPageView.ShowConnectionError(Exception) Method

Invokes a connection error window caused by the specified exception.

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v18.2.Win.dll

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