Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2D.cs =================================================================== diff -u -r6ef5e439a6d9f40ebd9926251945e0935fbbc314 -r5804eb2345410be916d1b601e70e10000f2eb61c --- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2D.cs (.../SoilProfile2D.cs) (revision 6ef5e439a6d9f40ebd9926251945e0935fbbc314) +++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2D.cs (.../SoilProfile2D.cs) (revision 5804eb2345410be916d1b601e70e10000f2eb61c) @@ -44,10 +44,12 @@ { throw new ArgumentNullException(nameof(name)); } + if (preconsolidationStresses == null) { throw new ArgumentNullException(nameof(preconsolidationStresses)); } + if (layers == null) { throw new ArgumentNullException(nameof(layers));