ExtractConnectionErrorEventArgs Properties
Provides data for the DashboardExtractDataSource.ConnectionError event.| Name | Description |
|---|---|
| Cancel | Gets or sets whether the operation performed on the processed event should be canceled. |
| DataSourceName | Gets the name of the extract data source. |
| DriverName | Gets or sets the name of the custom driver used to manage writing/reading operations for the data extract. |
| Exception | Gets the exception that caused the event. |
| FileName | Gets or sets the path to the data extract file. |
| Handled | Gets or sets whether default actions are required to connect to a data extract file. |
See Also