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

해당 웹 계정의 인증이 실패하여 웹 계정에 대한 클라우드 원격 시스템을 검색하지 못했습니다.

InternetNotAvailable 1

인터넷 연결이 끊어졌거나 사용할 수 없어 클라우드 원격 시스템 검색에 실패했습니다.

Unknown 0

알 수 없는 이유로 검색이 중지되었습니다.

적용 대상