Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs
===================================================================
diff -u -r9050ad5f3a80e630b2fcc092942a40d6343286a0 -r2f6400116d57c2b49f7089dbc9c8cd935c185a36
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 9050ad5f3a80e630b2fcc092942a40d6343286a0)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 2f6400116d57c2b49f7089dbc9c8cd935c185a36)
@@ -55,6 +55,7 @@
/// Thrown when or is null
/// , empty or consists of whitespace.
/// Thrown when is null.
+ /// Thrown when any parameter is out of range.
public HeightStructure(string name, string id, Point2D location,
double structureNormalOrientation,
double levelCrestStructureMean, double levelCrestStructureStandardDeviation,