Thrown when a numeric property is out of range.
Initializes a new instance of PropertyOutOfRangeException.
public Void PropertyOutOfRangeException(msg, src)
Name | Type | Summary |
---|---|---|
msg | String | Error message. |
src | String | Source code reference. |
Initializes a new instance of PropertyOutOfRangeException.
public Void PropertyOutOfRangeException(property, minVal, maxVal, src)
Name | Type | Summary |
---|---|---|
property | String | Property name. |
minVal | Nullable<Double> | Minimum allowed value. |
maxVal | Nullable<Double> | Maximum allowed value. |
src | String | Source code reference. |
Initializes a new instance of PropertyOutOfRangeException.
public Void PropertyOutOfRangeException(property, minVal, maxVal, src)
Name | Type | Summary |
---|---|---|
property | String | Property name. |
minVal | Nullable<Decimal> | Minimum allowed value. |
maxVal | Nullable<Decimal> | Maximum allowed value. |
src | String | Source code reference. |
Initializes a new instance of PropertyOutOfRangeException.
public Void PropertyOutOfRangeException(property, minVal, maxVal, src)
Name | Type | Summary |
---|---|---|
property | String | Property name. |
minVal | Nullable<Int64> | Minimum allowed value. |
maxVal | Nullable<Int64> | Maximum allowed value. |
src | String | Source code reference. |
In this document