Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensions.cs =================================================================== diff -u -r02cb6ec9b966abbe138d56b65afb81dc6cb02cf3 -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensions.cs (.../DikeProfileEntityReadExtensions.cs) (revision 02cb6ec9b966abbe138d56b65afb81dc6cb02cf3) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensions.cs (.../DikeProfileEntityReadExtensions.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -47,7 +47,7 @@ { if (collector == null) { - throw new ArgumentNullException("collector"); + throw new ArgumentNullException(nameof(collector)); } if (collector.Contains(entity)) {