ArgumentOutOfRangeException Constructor
.NET Framework 4.5
Initializes a new instance of the ArgumentOutOfRangeException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the 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(SerializationInfo, StreamingContext) | Initializes a new instance of the ArgumentOutOfRangeException class with serialized data. |
|
ArgumentOutOfRangeException(String, Exception) | Initializes a new instance of the ArgumentOutOfRangeException class with a specified error message and the exception that is the cause of this 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. |