共用方式為


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

適用於