InvalidValueException Constructor |
Name | Description | |
---|---|---|
InvalidValueException |
Create the exception without message.
| |
InvalidValueException(String) |
Create the exception with message.
| |
InvalidValueException(String, Exception) |
Create the exception with message and inner exception.
|