Click or drag to resize

NotSupportedTypeParameterException Constructor

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