ConnectionErrorWpfEventArgs Properties
Provides data for the ConnectionError event.
Name | Description |
---|---|
Cancel |
Gets or sets whether the operation performed on the processed event should be canceled.
Inherited from Connection |
Connection |
Gets the name of the connection for which the event has been raised.
Inherited from Configure |
Connection |
Gets or sets parameters used to establish a connection to data.
Inherited from Configure |
Data |
Gets the data source name. |
Exception |
Gets an exception that caused the Connection |
Handled |
Gets or sets whether default actions are required to connect to a data store.
Inherited from Connection |
See Also