Index: Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs =================================================================== diff -u -rac96d7c315129af851634ed5a4a6800b59ede718 -rdc877722a168b456888f3933c89c58768a41f491 --- Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs (.../GeneralResult.cs) (revision ac96d7c315129af851634ed5a4a6800b59ede718) +++ Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs (.../GeneralResult.cs) (revision dc877722a168b456888f3933c89c58768a41f491) @@ -60,10 +60,12 @@ { throw new ArgumentNullException(nameof(governingWindDirection)); } + if (stochasts == null) { throw new ArgumentNullException(nameof(stochasts)); } + if (topLevelIllustrationPoints == null) { throw new ArgumentNullException(nameof(topLevelIllustrationPoints));