次の方法で共有


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

適用対象