TransferEventArgsException Property |
Gets the exception if the transfer is failed, or null if the transfer is success.
Namespace:
Microsoft.Azure.Storage.DataMovement
Assembly:
Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Get
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception with get
Property Value
Type:
ExceptionSee Also