8 lines
171 B
C#
8 lines
171 B
C#
namespace RedundancyFinder
|
|
{
|
|
public class FileErrorEventArgs
|
|
{
|
|
public Exception Exception { get; set; }
|
|
public string Path { get; set; }
|
|
}
|
|
} |