ArgumentOutOfRangeException Constructor (String, String)
Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception and a specified error message.
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
The message that describes the error.