다음을 통해 공유


RemoteSystemWatcherErrorOccurredEventArgs.Error 속성

정의

검색 중에 발생한 오류를 나타내는 RemoteSystemWatcherError 값으로, 포함된 ErrorOccurred 이벤트가 발생합니다.

public:
 property RemoteSystemWatcherError Error { RemoteSystemWatcherError get(); };
RemoteSystemWatcherError Error();
public RemoteSystemWatcherError Error { get; }
var remoteSystemWatcherError = remoteSystemWatcherErrorOccurredEventArgs.error;
Public ReadOnly Property Error As RemoteSystemWatcherError

속성 값

오류 에 해당하는 RemoteSystemWatcherError 값입니다.

적용 대상