Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensions.cs =================================================================== diff -u -re38a7c2baca2872af6319d535c6468133ea31fbc -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensions.cs (.../ClosingStructuresSectionResultEntityReadExtensions.cs) (revision e38a7c2baca2872af6319d535c6468133ea31fbc) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensions.cs (.../ClosingStructuresSectionResultEntityReadExtensions.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -47,11 +47,11 @@ { if (sectionResult == null) { - throw new ArgumentNullException("sectionResult"); + throw new ArgumentNullException(nameof(sectionResult)); } if (collector == null) { - throw new ArgumentNullException("collector"); + throw new ArgumentNullException(nameof(collector)); } sectionResult.AssessmentLayerOne = (AssessmentLayerOneState) entity.LayerOne;