Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new BuildDefinitionFailureException instance.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Sub New ( _
teamProject As String, _
name As String, _
failure As IFailure _
)
public BuildDefinitionFailureException(
string teamProject,
string name,
IFailure failure
)
public:
BuildDefinitionFailureException(
String^ teamProject,
String^ name,
IFailure^ failure
)
new :
teamProject:string *
name:string *
failure:IFailure -> BuildDefinitionFailureException
public function BuildDefinitionFailureException(
teamProject : String,
name : String,
failure : IFailure
)
Parameters
- teamProject
Type: System.String
The team project that contains the failed build definition.
- name
Type: System.String
The name of the failed definition.
- failure
Type: Microsoft.TeamFoundation.Build.Client.IFailure
The specific failure instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.