Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs =================================================================== diff -u -rd58a7ff7f54c83dfe5d1ef28417c43a83346b5ba -r8812d89d60c209df55e8d7bb727aa79ad2004f4c --- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs (.../ExportableWaveConditions.cs) (revision d58a7ff7f54c83dfe5d1ef28417c43a83346b5ba) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs (.../ExportableWaveConditions.cs) (revision 8812d89d60c209df55e8d7bb727aa79ad2004f4c) @@ -37,7 +37,7 @@ /// The input parameters of the parent calculation. /// The output parameters of the parent calculation. /// The type of dike cover. - /// Thrown when , or + /// Thrown when , , or /// is null. /// Thrown when /// is null for . @@ -58,7 +58,7 @@ if (waveConditionsInput.HydraulicBoundaryLocation == null) { - throw new ArgumentException("HydraulicBoundaryLocation is null.", "waveConditionsInput"); + throw new ArgumentException(@"HydraulicBoundaryLocation is null.", "waveConditionsInput"); } CalculationName = name;