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