ArgumentOutOfRangeException Constructor
Overload List
Name | Description | |
---|---|---|
![]() |
ArgumentOutOfRangeException()()()() |
Initializes a new instance of the ArgumentOutOfRangeException class.
|
![]() |
ArgumentOutOfRangeException(String) |
Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception.
|
![]() |
ArgumentOutOfRangeException(String, Exception) | |
![]() |
ArgumentOutOfRangeException(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.
|
![]() |
ArgumentOutOfRangeException(String, Object, String) |
Initializes a new instance of the ArgumentOutOfRangeException class with the parameter name, the value of the argument, and a specified error message.
|