Share via


InvalidWorkItemTypeException Constructor

 

Initializes a new instance of the InvalidWorkItemTypeException class.

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

Overload List

Name Description
System_CAPS_protmethod InvalidWorkItemTypeException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidWorkItemTypeException class for serialization.

System_CAPS_pubmethod InvalidWorkItemTypeException(String, Exception, String, String)

Initializes a new instance of the InvalidWorkItemTypeException class by using the provided error message, inner exception, expected work item type, and actual work item type.

System_CAPS_pubmethod InvalidWorkItemTypeException(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.

See Also

InvalidWorkItemTypeException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top