Bridge

ArgumentOutOfRangeException Constructor (String)

Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public ArgumentOutOfRangeException(
	string paramName
)
Public Sub New ( _
	paramName As String _
)
public:
ArgumentOutOfRangeException(
	String^ paramName
)

Parameters

paramName
Type: System..::..String
The name of the parameter that causes this exception.