BackgroundTransferRequest.TransferError Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the exception associated with a failed background transfer request. A transfer request can have a TransferStatus of Completed whether or not the transfer was completed successfully. If a completed transfer was successful, TransferError will be null.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Property Value
Type: System.ExceptionThe exception associated with a failed background transfer request.
Show: