Bridge

ArgumentOutOfRangeException Constructor (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.

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

Syntax


[TemplateAttribute]
public ArgumentOutOfRangeException(
	string paramName,
	Object actualValue,
	string message
)
<TemplateAttribute> _
Public Sub New ( _
	paramName As String, _
	actualValue As Object, _
	message As String _
)
[TemplateAttribute]
public:
ArgumentOutOfRangeException(
	String^ paramName, 
	Object^ actualValue, 
	String^ message
)

Parameters

paramName
Type: System..::..String
The name of the parameter that caused the exception.
actualValue
Type: System..::..Object
The value of the argument that causes this exception.
message
Type: System..::..String
The message that describes the error.