TransferEventArgs.Exception Property

 

Updated: January 5, 2017

Gets the exception if the transfer is failed, or null if the transfer is success.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public Exception Exception { get; internal set; }

Property Value

Type: System.Exception

Return to top
Show: