Partager via


UnexpectedExitCodeException, constructeur

Initialise une nouvelle instance de la classe d'UnexpectedExitCodeException.

Espace de noms :  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly :  Microsoft.TeamFoundation.Build.Workflow (dans Microsoft.TeamFoundation.Build.Workflow.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    toolName As String, _
    successCode As Integer, _
    exitCode As Integer _
)
public UnexpectedExitCodeException(
    string toolName,
    int successCode,
    int exitCode
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

UnexpectedExitCodeException Classe

Microsoft.TeamFoundation.Build.Workflow.Activities, espace de noms