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. |
Data |
Gets the name of the extract data source. |
Driver |
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. |
File |
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