| InvalidConversionException Constructor |
| Name | Description | |
|---|---|---|
| InvalidConversionException | Construct the exception without a description.
| |
| InvalidConversionException(String) | Construct the exception with the description.
| |
| InvalidConversionException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidConversionException class with serialized data. | |
| InvalidConversionException(String, Exception) | Construct the exception with the description and the cause
exception.
|