Compartilhar via


DownloadOperation.CurrentWebErrorStatus Propriedade

Definição

O WebErrorStatus de uma transferência, que pode ser monitorado durante o tempo de vida da DownloadOperation.

public:
 property IReference<WebErrorStatus> ^ CurrentWebErrorStatus { IReference<WebErrorStatus> ^ get(); };
IReference<WebErrorStatus> CurrentWebErrorStatus();
public System.Nullable<WebErrorStatus> CurrentWebErrorStatus { get; }
var iReference = downloadOperation.currentWebErrorStatus;
Public ReadOnly Property CurrentWebErrorStatus As Nullable(Of WebErrorStatus)

Valor da propriedade

Um erro WebErrorStatus .

Requisitos do Windows

Família de dispositivos
Windows 10 Fall Creators Update (introduzida na 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v5.0)

Exemplos

WebErrorStatus, DownloadOperation

Aplica-se a