RemoteSystemWatcherErrorOccurredEventArgs.Error 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示发现期间发生的错误的 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 值。