Index: Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs
===================================================================
diff -u -r57b198a3f80256e02b871d8de11c05d9f2dcf311 -ra4bd5433cf68976014c17b17cd9cfb766b135c74
--- Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs (.../GeneralResult.cs) (revision 57b198a3f80256e02b871d8de11c05d9f2dcf311)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs (.../GeneralResult.cs) (revision a4bd5433cf68976014c17b17cd9cfb766b135c74)
@@ -44,6 +44,8 @@
/// for every combination of wind directions and closing situations.
/// Thrown when any of the input
/// parameters is null.
+ /// Thrown when one of the input parameters
+ /// is invalid (duplicate items, missing items)
public GeneralResult(WindDirection governingWindDirection,
IEnumerable stochasts,
IEnumerable topLevelIllustrationPoints)