'Declaration Protected Friend Overridable Sub OnPathException( _ ByVal sender As Object, _ ByVal e As PathExceptionEventArgs _ )
'Usage Dim instance As FileSystemEvents Dim sender As Object Dim e As PathExceptionEventArgs instance.OnPathException(sender, e)
protected internal virtual void OnPathException( object sender, PathExceptionEventArgs e )
Parameters
- sender
- The object on which the method was called.
- e
- A PathExceptionEventArgs that contains the event data.