Constructor ValueOutOfRangeException
ValueOutOfRangeException(string, object)
Default constructor.
Declaration
public ValueOutOfRangeException(string varName, object value = null)
Parameters
Type | Name | Description |
---|---|---|
string | varName | The name of the variable with an out of range value. |
object | value | The current value of the variable. |