RemoteSystemWatcherErrorOccurredEventArgs.Error Property

Definition

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.

Applies to