Index: Ringtoets/Common/src/Ringtoets.Common.Utils/SectionSegments.cs =================================================================== diff -u -r046663d502bb3383e16aac1267f1a7e1480e558e -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Ringtoets/Common/src/Ringtoets.Common.Utils/SectionSegments.cs (.../SectionSegments.cs) (revision 046663d502bb3383e16aac1267f1a7e1480e558e) +++ Ringtoets/Common/src/Ringtoets.Common.Utils/SectionSegments.cs (.../SectionSegments.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -44,7 +44,7 @@ { if (section == null) { - throw new ArgumentNullException("section"); + throw new ArgumentNullException(nameof(section)); } Section = section; segments = Math2D.ConvertLinePointsToLineSegments(section.Points);