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