| Overload | Description |
|---|---|
| InvalidValueException Constructor() | Initializes a new instance of the InvalidValueExeption class. |
| InvalidValueException Constructor(String) | Initializes a new instance of the InvalidValueExeption class, specifying the exception message. |
| InvalidValueException Constructor(String,Exception) | Initializes a new instance of the InvalidValueExeption class, specifying the exception message and the inner exception. |