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 值。

适用于