Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 991 Bytes

remotesystemwatcher_erroroccurred.md

File metadata and controls

21 lines (14 loc) · 991 Bytes
-api-id -api-type
E:Windows.System.RemoteSystems.RemoteSystemWatcher.ErrorOccurred
winrt event

Windows.System.RemoteSystems.RemoteSystemWatcher.ErrorOccurred

-description

This event is raised when an error occurs during discovery. The discovery process will continue if possible. For example, if the error occurs with a value of RemoteSystemWatcherError.InternetNotAvailable (see RemoteSystemWatcherError), proximal discovery will continue because the error applies only to cloud discovery (see RemoteSystemDiscoveryType).

-remarks

The listener for this event should notify the user of the type of error that was encountered. See the RemoteSystemWatcherError enum for details.

-see-also

-examples