| Overload | Description |
|---|---|
| InvalidValueException Constructor() | Initializes a new instance of the InvalidValueException class. |
| InvalidValueException Constructor(String) | Initializes a new instance of the InvalidValueException class with a specified error message. |
| InvalidValueException Constructor(String,Exception) | Initializes a new instance of the InvalidValueException class with a specified error message and the inner exception that is the case of this exception. |
| InvalidValueException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the InvalidValueException class using serialized data. |