Partager via


InvalidWorkItemTypeException, constructeur (String, Exception, String, String)

Initialise une nouvelle instance de la classe InvalidWorkItemTypeException à l'aide du message d'erreur, de l'exception interne, du type d'élément de travail attendu et du type d'élément de travail réel fournis.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • innerException
    Type : System.Exception
    Exception d'origine qui a entraîné cette exception.
  • expected
    Type : System.String
    Type d'élément de travail attendu.
  • actual
    Type : System.String
    Type d'élément de travail réel.

Sécurité .NET Framework

Voir aussi

Référence

InvalidWorkItemTypeException Classe

InvalidWorkItemTypeException, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms