DbConnectionFailureEventArgs Class
Provides data for the DbConnectionFailure event, which occurs when the database connection fails during change application.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbConnectionFailureEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbConnectionFailureEventArgs | Initializes a new instance of the DbConnectionFailureEventArgs class with the specified exception, number of retries, and action to take in response to the failure. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets or sets the action that is taken in response to the failure of a connection to the database. |
![]() | FailureException | Gets the exception that indicates the cause of the failure. |
![]() | RetryCount | Gets the number of retries that have already been performed for the apply transaction. |
Show:
