Index: Ringtoets/Piping/src/Ringtoets.Piping.Primitives/RingtoetsPipingSurfaceLine.cs
===================================================================
diff -u -r516f10118109eb4056794904fa280b9df0c7ca1f -r411b50528bbd83c02ffdcae699895529b2b34bf7
--- Ringtoets/Piping/src/Ringtoets.Piping.Primitives/RingtoetsPipingSurfaceLine.cs (.../RingtoetsPipingSurfaceLine.cs) (revision 516f10118109eb4056794904fa280b9df0c7ca1f)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Primitives/RingtoetsPipingSurfaceLine.cs (.../RingtoetsPipingSurfaceLine.cs) (revision 411b50528bbd83c02ffdcae699895529b2b34bf7)
@@ -114,6 +114,7 @@
/// Sets the geometry of the surfaceline.
///
/// The collection of points defining the surfaceline geometry.
+ /// Thrown when is null.
/// Thrown when any element of is null.
public void SetGeometry(IEnumerable points)
{