ComponentSpace FTP Class Library Reference

FailSafeTransfer.TransferError Event

Occurs when a transfer attempt fails.

[Visual Basic]
Public Event TransferError As FailSafeTransferEventHandler
[C#]
public event FailSafeTransferEventHandler TransferError;

Event Data

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.

Remarks

Whilst performing a transfer this event will be raised for each failed attempt.

See Also

FailSafeTransfer Class | ComponentSpace.Ftp Namespace