RemoteSystemWatcherError 枚举

定义

包含描述观察程序错误的值,这些错误可能会停止发现。

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

发现云远程系统失败,因为 Internet 连接丢失或不可用。

Unknown 0

发现因未知原因而停止。

适用于