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