Skip to main content

ConnectionErrorWebEventArgs(String, String, String, DataConnectionParametersBase, Exception) Constructor

Initializes a new instance of the ConnectionErrorWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public ConnectionErrorWebEventArgs(
    string dashboardId,
    string dataSourceName,
    string connectionName,
    DataConnectionParametersBase connectionParameters,
    Exception exception
)

Parameters

Name Type Description
dashboardId String

A String that is the dashboard identifier.

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