BackgroundTransferError
BackgroundTransferError
BackgroundTransferError
BackgroundTransferError
Class
Definition
Used to provide errors encountered during a transfer operation.
public : static class BackgroundTransferErrorpublic static class BackgroundTransferErrorPublic Static Class BackgroundTransferError// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
internetClientServer
privateNetworkClientServer
internetClient
|
Methods
GetStatus(Int32) GetStatus(Int32) GetStatus(Int32) GetStatus(Int32)
Gets the specific error using the returned HRESULT value. Possible values are defined by WebErrorStatus.
public : static WebErrorStatus GetStatus(int hresult)public static WebErrorStatus GetStatus(Int32 hresult)Public Static Function GetStatus(hresult As Int32) As WebErrorStatus// You can use this method in JavaScript.
Parameters
- hresult
- int Int32 Int32 Int32
An HRESULT returned during the operation.
Returns
The error encountered.