Bridge

ArgumentNullException Constructor (String)

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

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

Syntax


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

Parameters

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