Bridge

ArgumentOutOfRangeException Members

The ArgumentOutOfRangeException type exposes the following members.

Constructors


  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.

Properties


  Name Description
Public property ActualValue
Gets the argument value that causes this exception.