FileSystemWatcher.OnError Method (ErrorEventArgs)
.NET Framework (current version)
Raises the Error event.
Assembly: System (in System.dll)
Parameters
- e
-
Type:
System.IO.ErrorEventArgs
An ErrorEventArgs that contains the event data.
OnError is called when an error occurs.
Raising an event invokes the event handler through a delegate. For more information, see Handling and Raising Events.
Notes to Inheritors:
When overriding OnError in a derived class, be sure to call the base class's OnError method.
.NET Framework
Available since 1.1
Available since 1.1
Show: