ArgumentException Constructor
Initializes a new instance of the ArgumentException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ArgumentException() | Initializes a new instance of the ArgumentException class. |
![]() | ArgumentException(SerializationInfo, StreamingContext) | Initializes a new instance of the ArgumentException class with serialized data. |
![]() | ArgumentException(String) | Initializes a new instance of the ArgumentException class with a specified error message. |
![]() | ArgumentException(String, Exception) | Initializes a new instance of the ArgumentException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | ArgumentException(String, String) | Initializes a new instance of the ArgumentException class with a specified error message and the name of the parameter that causes this exception. |
![]() | ArgumentException(String, String, Exception) | Initializes a new instance of the ArgumentException class with a specified error message, the parameter name, and a reference to the inner exception that is the cause of this exception. |

