Bridge

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

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

Syntax


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

Parameters

paramName
Type: System..::..String
The name of the parameter that caused the exception.
message
Type: System..::..String
The message that describes the error.