Click or drag to resize

InvalidTypeParameterException Constructor

Overload List
  NameDescription
Public methodInvalidTypeParameterException
Initializes a new instance of the InvalidTypeParameterException class.
Public methodInvalidTypeParameterException(String)
Initializes a new instance of the InvalidTypeParameterException class with a specified error message.
Protected methodInvalidTypeParameterException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidTypeParameterException class with serialized data.
Public methodInvalidTypeParameterException(String, Exception)
Initializes a new instance of the InvalidTypeParameterException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also