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