Click or drag to resize

ArgumentTypeInvalidException Constructor

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