Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/WaveConditionsExporterBase.cs =================================================================== diff -u -rd58a7ff7f54c83dfe5d1ef28417c43a83346b5ba -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/WaveConditionsExporterBase.cs (.../WaveConditionsExporterBase.cs) (revision d58a7ff7f54c83dfe5d1ef28417c43a83346b5ba) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/WaveConditionsExporterBase.cs (.../WaveConditionsExporterBase.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -51,11 +51,11 @@ { if (exportableWaveConditionsCollection == null) { - throw new ArgumentNullException("exportableWaveConditionsCollection"); + throw new ArgumentNullException(nameof(exportableWaveConditionsCollection)); } if (filePath == null) { - throw new ArgumentNullException("filePath"); + throw new ArgumentNullException(nameof(filePath)); } this.exportableWaveConditionsCollection = exportableWaveConditionsCollection;