Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInputHelper.cs =================================================================== diff -u -r5580a3f80fcb903e6f5448339013766abc2bbebd -re3ebc9635d55057cb242e9a5b4f650b9c87737a8 --- Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInputHelper.cs (.../WaveConditionsInputHelper.cs) (revision 5580a3f80fcb903e6f5448339013766abc2bbebd) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInputHelper.cs (.../WaveConditionsInputHelper.cs) (revision e3ebc9635d55057cb242e9a5b4f650b9c87737a8) @@ -80,7 +80,7 @@ waveConditionsInput.CategoryType = AssessmentSectionCategoryType.SignalingNorm; break; default: - throw new NotSupportedException($"The enum value {nameof(NormType)}.{normType} is not supported."); + throw new NotSupportedException(); } } @@ -118,7 +118,7 @@ waveConditionsInput.CategoryType = FailureMechanismCategoryType.MechanismSpecificSignalingNorm; break; default: - throw new NotSupportedException($"The enum value {nameof(NormType)}.{normType} is not supported."); + throw new NotSupportedException(); } } }