namespace RedundancyFinder { public class DirectoryErrorEventArgs { public Exception Exception { get; set; } public string Path { get; set; } } }