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