Partager via


TestManagementServerException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe TestManagementServerException à l'aide du message d'erreur 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, _
    innerException As Exception _
)
public TestManagementServerException(
    string message,
    Exception innerException
)
public:
TestManagementServerException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> TestManagementServerException
public function TestManagementServerException(
    message : String, 
    innerException : Exception
)

Paramètres

  • innerException
    Type : System.Exception
    Exception ayant provoqué cette exception.

Sécurité .NET Framework

Voir aussi

Référence

TestManagementServerException Classe

TestManagementServerException, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms