Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception, _
expected As String, _
actual As String _
)
public InvalidWorkItemTypeException(
string message,
Exception innerException,
string expected,
string actual
)
public:
InvalidWorkItemTypeException(
String^ message,
Exception^ innerException,
String^ expected,
String^ actual
)
new :
message:string *
innerException:Exception *
expected:string *
actual:string -> InvalidWorkItemTypeException
public function InvalidWorkItemTypeException(
message : String,
innerException : Exception,
expected : String,
actual : String
)
Parameters
message
Type: StringThe error message.
innerException
Type: ExceptionThe original exception that caused this exception.
expected
Type: StringThe expected work item type.
actual
Type: StringThe actual work item type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InvalidWorkItemTypeException Class