ArgumentOutOfRangeException Constructor
Initializes a new instance of the ArgumentOutOfRangeException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ArgumentOutOfRangeException() | Initializes a new instance of the ArgumentOutOfRangeException class. |
![]() | ArgumentOutOfRangeException(SerializationInfo^, StreamingContext) | Initializes a new instance of the ArgumentOutOfRangeException class with serialized data. |
![]() | ArgumentOutOfRangeException(String^) | Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception. |
![]() | 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^, Object^, String^) | Initializes a new instance of the ArgumentOutOfRangeException class with the parameter name, the value of the argument, and a specified error message. |
![]() | 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. |

