Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/FileUtils.cs =================================================================== diff -u -r33d4f4e7e5404dcc6470dd3d34168b30410109eb -rc1e31ab57c197658d1c75750feef8856df7e9f6b --- Ringtoets/Piping/src/Ringtoets.Piping.IO/FileUtils.cs (.../FileUtils.cs) (revision 33d4f4e7e5404dcc6470dd3d34168b30410109eb) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/FileUtils.cs (.../FileUtils.cs) (revision c1e31ab57c197658d1c75750feef8856df7e9f6b) @@ -29,7 +29,7 @@ } catch (ArgumentException e) { - throw new ArgumentException(String.Format(Resources.Error_Path_cannot_contain_characters_0_, + throw new ArgumentException(String.Format(Resources.Error_Path_cannot_contain_Characters_0_, String.Join(", ", Path.GetInvalidFileNameChars())), e); } if (String.Empty == name)