Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs
===================================================================
diff -u -rcb6877f670bacc7a6a896ab132d592eeef1107b5 -r6e00eba7f45883916d98df04a84f6d0dca2f61fc
--- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs (.../SoilProfileBuilder2D.cs) (revision cb6877f670bacc7a6a896ab132d592eeef1107b5)
+++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs (.../SoilProfileBuilder2D.cs) (revision 6e00eba7f45883916d98df04a84f6d0dca2f61fc)
@@ -85,9 +85,13 @@
///
/// The to add to the profile.
/// The .
- /// Thrown when the 's geometry
- /// contains vertical segments at the X-coordinate given for the construction of the
- /// .
+ /// Thrown when either:
+ ///
+ /// - the 's geometry contains vertical segments at the
+ /// X-coordinate given for the construction of the .
+ /// - any of the distributions of the stochastic parameters for is not defined
+ /// as lognormal
+ ///
internal SoilProfileBuilder2D Add(SoilLayer2D soilLayer)
{
double newBottom;