Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs =================================================================== diff -u -r1323a36fea2639e67dcf6f2273ad5b423d8c6b0a -rcfadbf568db1e3dd80f853ef86d0d19813c8786d --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs (.../StabilityStoneCoverCalculationConfigurationHelper.cs) (revision 1323a36fea2639e67dcf6f2273ad5b423d8c6b0a) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs (.../StabilityStoneCoverCalculationConfigurationHelper.cs) (revision cfadbf568db1e3dd80f853ef86d0d19813c8786d) @@ -21,6 +21,7 @@ using System; using System.Collections.Generic; +using System.ComponentModel; using System.Linq; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.Contribution; @@ -45,6 +46,9 @@ /// The to set the category type input for. /// Throw when any /// or is null. + /// Thrown when is an invalid value. + /// Thrown when is a valid value, + /// but unsupported. public static void AddCalculationsFromLocations(IEnumerable locations, List calculations, NormType normType)