Index: Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/DesignVariable.cs
===================================================================
diff -u -re3f9dffa91a0def0b6e6bc7dfabef74cc64745c5 -r8805f03189f521994b42a519bbca7561bf12eb68
--- Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/DesignVariable.cs (.../DesignVariable.cs) (revision e3f9dffa91a0def0b6e6bc7dfabef74cc64745c5)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/DesignVariable.cs (.../DesignVariable.cs) (revision 8805f03189f521994b42a519bbca7561bf12eb68)
@@ -41,7 +41,8 @@
/// Initializes a new instance of the class with
/// equal to 0.5.
///
- /// is null.
+ /// Thrown when is
+ /// null.
protected DesignVariable(TDistributionType distribution)
{
Distribution = distribution;
@@ -51,7 +52,8 @@
///
/// Gets or sets the probabilistic distribution of the parameter being modeled.
///
- /// is null.
+ /// Thrown when is
+ /// null.
public TDistributionType Distribution
{
get
@@ -71,6 +73,8 @@
///
/// Gets or sets the percentile used to derive a deterministic value based on .
///
+ /// Thrown when
+ /// is not in range [0,1].
public double Percentile
{
get