InvalidValueException Constructor |
| Name | Description | |
|---|---|---|
| InvalidValueException |
Create a new exception object
| |
| InvalidValueException(String) |
Create a new exception
| |
| InvalidValueException(String, Exception) |
Create a new exception
| |
| InvalidValueException(String, String, String) |
Create a new exception object and identify the specified driver property or method as the source.
| |
| InvalidValueException(String, String, String, Exception) |
Create a new exception object and identify the specified driver property as the source,
and include an inner exception object containing a caught exception.
| |
| InvalidValueException(String, String, String, String) |
Create a new exception object and identify the specified driver property or method as the source.
|