Share via


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)

Syntax

public InvalidWorkItemTypeException(
    string message,
    string expected,
    string actual
)
public:
InvalidWorkItemTypeException(
    String^ message,
    String^ expected,
    String^ actual
)
new : 
        message:string *
        expected:string *
        actual:string -> InvalidWorkItemTypeException
Public Sub New (
    message As String,
    expected As String,
    actual As String
)

Parameters

See Also

InvalidWorkItemTypeException Overload
InvalidWorkItemTypeException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top