"The server machine is shutting down. (Exception from HRESULT: 0x800704E7)" 同时访问 Windows.ApplicationModel.Store.CurrentApp

"The server machine is shutting down. (Exception from HRESULT: 0x800704E7)" while accessing Windows.ApplicationModel.Store.CurrentApp

我有这段代码:

Uri uri;
try {
    uri = Windows.ApplicationModel.Store.CurrentApp.LinkUri;
}
catch(Exception ex) {
    // exception is thrown
}

我得到异常:

ex = {System.Exception: The server machine is shutting down. (Exception from HRESULT: 0x800704E7) at Windows.ApplicationModel.Store.CurrentApp.get_LinkUri() at MyApp.Controls.Screens.MainScreenControl..ctor()}

这是什么意思,我该如何避免这种异常?

类似的未解决问题在这里:https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/6ebd1b23-b37b-4cc5-a840-d966527f7199/the-server-machine-is-shutting-down-exception-from-hresult-0x800704e7?forum=wpsubmit .

这似乎是暂时的 Windows 商店服务器问题。