Click or drag to resize
InvalidConversionException Constructor
Overload List
  NameDescription
Public methodInvalidConversionException
Constructs the exception without a description.
Public methodInvalidConversionException(String)
Constructs the exception with the description.
Protected methodInvalidConversionException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidConversionException class with serialized data.
Public methodInvalidConversionException(String, Exception)
Constructs the exception with the description and the cause of the exception.
Top
See Also