Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismCreator.cs =================================================================== diff -u -r1aeaee420d2c163dbb591a53f09994d838ef763f -rdaba41934fd3e36f126b88abdd88bc4266e08d33 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismCreator.cs (.../AggregatedSerializableFailureMechanismCreator.cs) (revision 1aeaee420d2c163dbb591a53f09994d838ef763f) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismCreator.cs (.../AggregatedSerializableFailureMechanismCreator.cs) (revision daba41934fd3e36f126b88abdd88bc4266e08d33) @@ -24,6 +24,7 @@ using Ringtoets.AssemblyTool.IO.Model; using Ringtoets.Integration.IO.AggregatedSerializable; using Ringtoets.Integration.IO.Assembly; +using Ringtoets.Integration.IO.Exceptions; using Ringtoets.Integration.IO.Helpers; using Ringtoets.Integration.IO.Properties; @@ -43,6 +44,7 @@ /// create an for. /// An . /// Thrown when any parameter is null. + /// Thrown when the assembly result cannot be exported. /// Thrown when the /// contains unsupported items in the failure mechanism section assembly results. public static AggregatedSerializableFailureMechanism Create(IdentifierGenerator idGenerator, @@ -90,6 +92,7 @@ /// create an for. /// An . /// Thrown when any parameter is null. + /// Thrown when the assembly result cannot be exported. /// Thrown when the /// contains unsupported items in the failure mechanism section assembly results. public static AggregatedSerializableFailureMechanism Create(IdentifierGenerator idGenerator, @@ -137,6 +140,7 @@ /// An aggregated failure mechanism section assembly result to /// create an for. /// An . + /// Thrown when the assembly result cannot be exported. /// Thrown when an /// cannot be created for . private static AggregatedSerializableFailureMechanismSectionAssembly CreateFailureMechanismSectionAssembly(