Skip to main content
A newer version of this page is available. .

ExtractConnectionErrorEventArgs(String, Exception, String, String) Constructor

Initializes a new instance of the ExtractConnectionErrorEventArgs class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public ExtractConnectionErrorEventArgs(
    string dataSourceName,
    Exception exception,
    string fileName,
    string extractDriverName
)

Parameters

Name Type Description
dataSourceName String

A String that specifies the name of the extract data source.

exception Exception

A Exception object representing the exception that caused the event.

fileName String

A String that specifies the path to the file containing a data extract.

extractDriverName String

A String that specifies the name of the custom driver.

See Also