RemoteSystemWatcherError 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含描述監看員錯誤的值,這可能會停止探索。
public enum class RemoteSystemWatcherError
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class RemoteSystemWatcherError
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum RemoteSystemWatcherError
var value = Windows.System.RemoteSystems.RemoteSystemWatcherError.unknown
Public Enum RemoteSystemWatcherError
- 繼承
-
RemoteSystemWatcherError
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
欄位
AuthenticationError | 2 | 探索 Web 帳戶的雲端遠端系統失敗,因為該 Web 帳戶的驗證失敗。 |
InternetNotAvailable | 1 | 雲端遠端系統的探索失敗,因為網際網路連線遺失或無法使用。 |
Unknown | 0 | 探索因不明原因而停止。 |