Occurs when a transfer attempt fails.
The event handler receives an argument of type FailSafeTransferEventArgs containing data related to this event. The following FailSafeTransferEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Exception | Gets the exception. |
| RestartMarker | Gets the restart marker. |
| RetryNumber | Gets the retry number. |
Whilst performing a transfer this event will be raised for each failed attempt.