ArgumentNullException Constructor (String, String)
Initializes an instance of the ArgumentNullException class with a specified error message and the name of the parameter that causes this exception.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- paramName
- Type: System..::..String
The name of the parameter that caused the exception.
- message
- Type: System..::..String
A message that describes the error.