Partager via


TeamProjectNotFoundException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe TeamProjectNotFoundException à l'aide du message et de l'exception interne 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, _
    ex As Exception _
)
public TeamProjectNotFoundException(
    string message,
    Exception ex
)
public:
TeamProjectNotFoundException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> TeamProjectNotFoundException
public function TeamProjectNotFoundException(
    message : String, 
    ex : Exception
)

Paramètres

  • message
    Type : String

    Message d'erreur.

  • ex
    Type : Exception

    Exception qui est la cause de cette exception.

Sécurité .NET Framework

Voir aussi

Référence

TeamProjectNotFoundException Classe

TeamProjectNotFoundException, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms