ArgumentTypeInvalidException Constructor |
Name | Description | |
---|---|---|
ArgumentTypeInvalidException |
Initializes a new instance of the ArgumentTypeInvalidException class.
| |
ArgumentTypeInvalidException(String) |
Initializes a new instance of the ArgumentTypeInvalidException
class with the name of the parameter that causes this exception.
| |
ArgumentTypeInvalidException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ArgumentTypeInvalidException class with serialized data.
| |
ArgumentTypeInvalidException(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.
| |
ArgumentTypeInvalidException(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.
| |
ArgumentTypeInvalidException(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.
|