InvalidWorkItemTypeException 构造函数 (String, String, String)

使用所提供的错误消息、预期工作项类型和实际工作项类型初始化 InvalidWorkItemTypeException 类的新实例。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    expected As String, _
    actual As String _
)
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 function InvalidWorkItemTypeException(
    message : String, 
    expected : String, 
    actual : String
)

参数

.NET Framework 安全性

请参见

参考

InvalidWorkItemTypeException 类

InvalidWorkItemTypeException 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间