RemoteSystemWatcherErrorOccurredEventArgs.Error Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
El valor RemoteSystemWatcherError que representa el error que se produjo durante la detección, lo que provoca que se genere el evento ErrorOccurred contenedor.
public:
property RemoteSystemWatcherError Error { RemoteSystemWatcherError get(); };
RemoteSystemWatcherError Error();
public RemoteSystemWatcherError Error { get; }
var remoteSystemWatcherError = remoteSystemWatcherErrorOccurredEventArgs.error;
Public ReadOnly Property Error As RemoteSystemWatcherError
Valor de propiedad
Valor RemoteSystemWatcherError correspondiente al error.