Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Field: Func<FileSystemInfo, Exception, bool> ReportFail

Declaration

Func<FileSystemInfo, Exception, bool> ReportFail

Summary

If assigned, this delegate will be called whenever a directory cannot be enumerated, e.g. due to being unreadable etc. This function must return "false" in order to terminate scanning or "true" to continue.