March 2002
Intermediate to advanced
864 pages
31h 8m
English
ErrorEventArgs
This type defines the event arguments that are passed when a
FileSystemWatcher.Error event occurs.
It contains the exception that was raised by the error, which you
can access by calling
GetException().
public class ErrorEventArgs : EventArgs { // Public Constructors public method ErrorEventArgs(Exception exception); // Public Instance Methods public virtual method Exception GetException(); }
System.Object→System.EventArgs→ErrorEventArgs
ErrorEventHandler.{BeginInvoke(), Invoke()}, FileSystemWatcher.OnError()