Bridge

ArgumentNullException Constructor (String, String)

Initializes an instance of the ArgumentNullException class with a specified error message and the name of the parameter that causes this exception.

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

Syntax


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

Parameters

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