Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlice.cs =================================================================== diff -u -r7b8a021f38d77546b7c3318f5f0dedda63168f91 -rc2b77b22666a09fdc2348440c76cd37325aeba7d --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlice.cs (.../MacroStabilityInwardsSlice.cs) (revision 7b8a021f38d77546b7c3318f5f0dedda63168f91) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlice.cs (.../MacroStabilityInwardsSlice.cs) (revision c2b77b22666a09fdc2348440c76cd37325aeba7d) @@ -48,18 +48,22 @@ { throw new ArgumentNullException(nameof(topLeftPoint)); } + if (topRightPoint == null) { throw new ArgumentNullException(nameof(topRightPoint)); } + if (bottomLeftPoint == null) { throw new ArgumentNullException(nameof(bottomLeftPoint)); } + if (bottomRightPoint == null) { throw new ArgumentNullException(nameof(bottomRightPoint)); } + if (properties == null) { throw new ArgumentNullException(nameof(properties));