/// <summary> /// Raises the <see cref="DirectoryScanError"/> event. /// </summary> /// <param name="e">The <see cref="DirectoryScanErrorEventArgs"/> instance containing the event data.</param> protected virtual void OnDirectoryScanError(DirectoryScanErrorEventArgs e) { this.DirectoryScanError.RaiseSafe(this, e); }