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.

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.

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

public:
InvalidWorkItemTypeException(
	String^ message,
	String^ expected,
	String^ actual
)

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.

Return to top
Show: