Skip to main content

ConnectionErrorWpfEventArgs(String, String, DataConnectionParametersBase, Exception) Constructor

Initializes a new instance of the ConnectionErrorWpfEventArgs class.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public ConnectionErrorWpfEventArgs(
    string dataSourceName,
    string connectionName,
    DataConnectionParametersBase connectionParameters,
    Exception exception
)

Parameters

Name Type Description
dataSourceName String

A String that is the data source name.

connectionName String

A String that is the connection name.

connectionParameters DataConnectionParametersBase

A DataConnectionParametersBase descendant containing connection parameters.

exception Exception

A Exception object that is the exception that caused the connection error.

See Also