Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InvalidParameterNameException Constructor (String^, String^)

 

Initializes a new instance of the InvalidParameterNameException class.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
InvalidParameterNameException(
	String^ message,
	String^ name
)

Parameters

message
Type: System::String^

The error message.

name
Type: System::String^

The name of the parameter.

Return to top
Show: