ArgumentException Constructor (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.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- message
- Type: System..::..String
The error message that explains the reason for the exception.
- paramName
- Type: System..::..String
The name of the parameter that caused the current exception.