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