Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs =================================================================== diff -u -rab20c4eb4ca81bd3845d50210d2bdb301177af6a -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs (.../ClosingStructuresScenarioRow.cs) (revision ab20c4eb4ca81bd3845d50210d2bdb301177af6a) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs (.../ClosingStructuresScenarioRow.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -43,7 +43,7 @@ { if (sectionResult == null) { - throw new ArgumentNullException("sectionResult"); + throw new ArgumentNullException(nameof(sectionResult)); } this.sectionResult = sectionResult; }