Bridge

ArgumentOutOfRangeException Constructor

Overload List


  Name Description
Public method ArgumentOutOfRangeException()()()()
Initializes a new instance of the ArgumentOutOfRangeException class.
Public method ArgumentOutOfRangeException(String)
Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception.
Public method ArgumentOutOfRangeException(String, Exception)
Public method 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.
Public method 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.