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.
InvalidWorkItemTypeException Constructor (String^, String^, String^)
Initializes a new instance of the InvalidWorkItemTypeException class by using the provided error message, expected work item type, and actual work item type.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- message
-
Type:
System::String^
The error message.
- expected
-
Type:
System::String^
The expected work item type.
- actual
-
Type:
System::String^
The actual work item type.
Show: