Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Views/FailureMechanismAssemblyResultRow.cs
===================================================================
diff -u -r4705ff4ab5813dca45603ae25f5a9fcfab93fbd0 -r24086981385bd453e5126ca08af35c2049eb6123
--- Riskeer/Integration/src/Riskeer.Integration.Forms/Views/FailureMechanismAssemblyResultRow.cs (.../FailureMechanismAssemblyResultRow.cs) (revision 4705ff4ab5813dca45603ae25f5a9fcfab93fbd0)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/Views/FailureMechanismAssemblyResultRow.cs (.../FailureMechanismAssemblyResultRow.cs) (revision 24086981385bd453e5126ca08af35c2049eb6123)
@@ -58,6 +58,14 @@
double failureMechanismAssemblyResult)
: this(failureMechanism, failureMechanismAssemblyResult, string.Empty) {}
+ ///
+ /// Creates a new instance of with a specified probability.
+ ///
+ /// The to wrap so that it can be displayed as a row.
+ /// The assembly result of the failure mechanism.
+ /// The error message to display.
+ /// Thrown when or
+ /// is null.
private FailureMechanismAssemblyResultRow(IFailurePath failureMechanism,
double failureMechanismAssemblyResult,
string errorMessage)