DashboardConnectionErrorEventArgs(String, String, DataConnectionParametersBase, Exception, IWaitFormActivator) Constructor
In This Article
Initializes a new instance of the DashboardConnectionErrorEventArgs class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardConnectionErrorEventArgs(
string connectionName,
string dataSourceName,
DataConnectionParametersBase connectionParameters,
Exception exception,
IWaitFormActivator waitFormActivator
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
String | A String value that specifies the connection name. |
data |
String | A String value that specifies the data source component name. |
connection |
Data |
A Data |
exception | Exception | A Exception object representing the exception that caused the event. |
wait |
IWait |
An object implementing the IWait |
See Also