Beispiel #1
0
 public FolderHierarchyContainsDuplicatesPermanentException(string folder1str, string folder2str, Exception innerException) : base(MrsStrings.FolderHierarchyContainsDuplicates(folder1str, folder2str), innerException)
 {
     this.folder1str = folder1str;
     this.folder2str = folder2str;
 }