This documentation is archived and is not being maintained.
ArgumentOutOfRangeException Constructor
Visual Studio 2010
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 a specified error message and the name of the parameter that causes this exception. |
|
ArgumentOutOfRangeException(String, Object, String) | Initializes a new instance of the ArgumentOutOfRangeException class with a specified error message, the parameter name, and the value of the argument. |
Show: