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^, Exception^)
Initializes a new instance of the InvalidParameterNameException class.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
public:
InvalidParameterNameException(
String^ message,
String^ name,
Exception^ innerException
)
Parameters
- message
-
Type:
System::String^
The error message.
- name
-
Type:
System::String^
The parameter name.
- innerException
-
Type:
System::Exception^
The original exception that caused the current exception.
Show: