Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresScenariosContext.cs =================================================================== diff -u -rd02fb5898bd5e5964c1798f3926b458cd777aaf3 -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresScenariosContext.cs (.../ClosingStructuresScenariosContext.cs) (revision d02fb5898bd5e5964c1798f3926b458cd777aaf3) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresScenariosContext.cs (.../ClosingStructuresScenariosContext.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -43,7 +43,7 @@ { if (failureMechanism == null) { - throw new ArgumentNullException("failureMechanism"); + throw new ArgumentNullException(nameof(failureMechanism)); } ParentFailureMechanism = failureMechanism;