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