Index: Ringtoets/Common/src/Ringtoets.Common.Forms/StructureSelectionDialog.cs =================================================================== diff -u -r86984ca293c30b4f9b47da7825cbae1404fffe08 -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Ringtoets/Common/src/Ringtoets.Common.Forms/StructureSelectionDialog.cs (.../StructureSelectionDialog.cs) (revision 86984ca293c30b4f9b47da7825cbae1404fffe08) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/StructureSelectionDialog.cs (.../StructureSelectionDialog.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -46,7 +46,7 @@ { if (structures == null) { - throw new ArgumentNullException("structures"); + throw new ArgumentNullException(nameof(structures)); } Text = Resources.StructureSelectionDialog_Select_Structures;