Click or drag to resize

OnDemandLocalFileSystemOnWatcherError Method

Handles the watcher's Error event.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected override void OnWatcherError(
	ErrorEventArgs e
)

Parameters

e
Type: System.IOErrorEventArgs
The ErrorEventArgs instance containing the event data.
See Also