Click or drag to resize

DirectoryEnumerationFiltersErrorFilter Property

Gets or sets the filter that returns if the input error should not be thrown.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public ErrorHandler ErrorFilter { get; set; }

Property Value

Type: ErrorHandler
The delegate to a filtering method.
See Also