Freigeben über


UnexpectedExitCodeException-Konstruktor

Initialisiert eine neue Instanz der UnexpectedExitCodeExceptions-Klasse.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

UnexpectedExitCodeException Klasse

Microsoft.TeamFoundation.Build.Workflow.Activities-Namespace