Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs
===================================================================
diff -u -r1ed4c3d0bf61e04b9a3069977c76c183b2cc072a -ree93ac5bb6cb37107dfbef6ea72287cf67f83cc0
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision 1ed4c3d0bf61e04b9a3069977c76c183b2cc072a)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision ee93ac5bb6cb37107dfbef6ea72287cf67f83cc0)
@@ -21,12 +21,14 @@
using System;
using System.Collections.Generic;
+using System.ComponentModel;
using System.Linq;
using System.Windows.Forms;
using Core.Common.Base;
using Core.Common.Controls.DataGrid;
using Core.Common.Controls.Views;
using Core.Common.Util.Extensions;
+using Ringtoets.AssemblyTool.Data;
using Ringtoets.Common.Data.Exceptions;
using Ringtoets.Common.Data.FailureMechanism;
using Ringtoets.Common.Forms.Controls;
@@ -155,6 +157,10 @@
///
/// Thrown when the assembly result
/// could not be created.
+ /// Thrown when the result
+ /// has an invalid value for .
+ /// Thrown when the result has a value for
+ /// that is not supported.
protected abstract void UpdateAssemblyResultControl();
///