Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs =================================================================== diff -u -rd3c511b25782c606f9c71158ba5cf5cf5315d6ea -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision d3c511b25782c606f9c71158ba5cf5cf5315d6ea) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -62,7 +62,7 @@ { if (registry == null) { - throw new ArgumentNullException("registry"); + throw new ArgumentNullException(nameof(registry)); } var entity = new AssessmentSectionEntity