Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs =================================================================== diff -u -r12fa48e392e145311f2f6fe5822a8692594aaf0f -r874233bdb7814bef40b639e0fb4d26a0b86616a0 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 12fa48e392e145311f2f6fe5822a8692594aaf0f) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 874233bdb7814bef40b639e0fb4d26a0b86616a0) @@ -1561,7 +1561,7 @@ failureMechanism, validFilePath); } - catch (HydraRingFileParserException e) + catch (HydraRingCalculationException e) { exceptionThrown = true; exceptionMessage = e.Message;