共用方式為


DownloadOperation.CurrentWebErrorStatus 屬性

定義

傳輸的 WebErrorStatus,可在 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)

屬性值

WebErrorStatus錯誤。

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

範例

WebErrorStatusDownloadOperation

適用於