RemoteSystemWatcherError Énumération

Définition

Contient des valeurs qui décrivent une erreur d’observateur, qui peut arrêter la découverte.

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
Héritage
RemoteSystemWatcherError
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1803 (introduit dans 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v6.0)

Champs

AuthenticationError 2

La découverte de systèmes distants cloud pour un compte web a échoué en raison de l’échec de l’authentification de ce compte web.

InternetNotAvailable 1

La découverte des systèmes distants cloud a échoué, car la connexion Internet a été perdue ou n’est pas disponible.

Unknown 0

La découverte s’est arrêtée pour une raison inconnue.

S’applique à