Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs =================================================================== diff -u -rb2b9fdf365e70928a05c57966eeed30d9050e528 -r589249bddd12bd66da39205d408ff6e907220116 --- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs (.../ExportableWaveConditions.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs (.../ExportableWaveConditions.cs) (revision 589249bddd12bd66da39205d408ff6e907220116) @@ -58,7 +58,7 @@ if (waveConditionsInput.HydraulicBoundaryLocation == null) { - throw new ArgumentException(@"HydraulicBoundaryLocation is null.", "waveConditionsInput"); + throw new ArgumentException(@"HydraulicBoundaryLocation is null.", nameof(waveConditionsInput)); } CalculationName = name;