TransferEventArgs.Exception Property
Updated: January 5, 2017
Gets the exception if the transfer is failed, or null if the transfer is success.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
public Exception Exception { get; internal set; }
Property Value
Type: System.Exception
Show: