RemoteSystemWatcherErrorOccurredEventArgs.Error Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RemoteSystemWatcherError value representing the error that occurred during discovery, causing the containing ErrorOccurred event to be raised.
public:
property RemoteSystemWatcherError Error { RemoteSystemWatcherError get(); };
RemoteSystemWatcherError Error();
public RemoteSystemWatcherError Error { get; }
var remoteSystemWatcherError = remoteSystemWatcherErrorOccurredEventArgs.error;
Public ReadOnly Property Error As RemoteSystemWatcherError
Property Value
A RemoteSystemWatcherError value corresponding to the error.