Initializes a new instance of the DashboardConnectionErrorEventArgs class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public DashboardConnectionErrorEventArgs(
string connectionName,
string dataSourceName,
DataConnectionParametersBase connectionParameters,
Exception exception,
IWaitFormActivator waitFormActivator
)
Public Sub New(
connectionName As String,
dataSourceName As String,
connectionParameters As DataConnectionParametersBase,
exception As Exception,
waitFormActivator As IWaitFormActivator
)
Type | Name | Description |
---|---|---|
String | connectionName | A String value that specifies the connection name. |
String | dataSourceName | A String value that specifies the data source component name. |
DataConnectionParametersBase | connectionParameters | A DataConnectionParametersBase descendant containing connection parameters. |
Exception | exception | A Exception object representing the exception that caused the event. |
IWaitFormActivator | waitFormActivator | An object implementing the IWaitFormActivator object. |