Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs =================================================================== diff -u -r8151d2a2528c3a943ae4cd9db3df150470ce3697 -r8fdedd5a8e37e2fcfdad09a5ae5fc2a4b88bf5e5 --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs (.../StabilityStoneCoverSectionResultRow.cs) (revision 8151d2a2528c3a943ae4cd9db3df150470ce3697) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs (.../StabilityStoneCoverSectionResultRow.cs) (revision 8fdedd5a8e37e2fcfdad09a5ae5fc2a4b88bf5e5) @@ -63,6 +63,8 @@ /// The property values required to create an instance of /// . /// Thrown when any parameter is null. + /// Thrown when + /// is a valid value, but unsupported. public StabilityStoneCoverSectionResultRow(StabilityStoneCoverFailureMechanismSectionResult sectionResult, ConstructionProperties constructionProperties) : base(sectionResult) @@ -93,6 +95,8 @@ /// /// Gets or sets the value representing the simple assessment result. /// + /// Thrown when + /// is a valid value, but unsupported. public SimpleAssessmentValidityOnlyResultType SimpleAssessmentResult { get @@ -110,6 +114,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the factorized signaling norm (Cat Iv - IIv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForFactorizedSignalingNorm { get @@ -127,6 +133,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the signaling norm (Cat IIv - IIIv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForSignalingNorm { get @@ -144,6 +152,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the failure mechanism specific lower limit norm (Cat IIIv - IVv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForMechanismSpecificLowerLimitNorm { get @@ -161,6 +171,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the lower limit norm (Cat IVv - Vv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForLowerLimitNorm { get @@ -178,6 +190,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the factorized lower limit norm (Cat Vv - VIv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForFactorizedLowerLimitNorm { get @@ -194,6 +208,8 @@ /// /// Gets or sets the tailor made assessment result. /// + /// Thrown when + /// is a valid value, but unsupported. public SelectableFailureMechanismSectionAssemblyCategoryGroup TailorMadeAssessmentResult { get @@ -272,6 +288,8 @@ /// /// Gets or sets the manually selected assembly category group. /// + /// Thrown when + /// is a valid value, but unsupported. public SelectableFailureMechanismSectionAssemblyCategoryGroup ManualAssemblyCategoryGroup { get @@ -285,6 +303,9 @@ } } + /// + /// Thrown when + /// is a valid value, but unsupported. public override void Update() { UpdateDerivedData();