This documentation is archived and is not being maintained.

BuildDefinitionFailureException Constructor (String, String, IFailure)

Initializes a new BuildDefinitionFailureException instance.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
BuildDefinitionFailureException(
	String^ teamProject, 
	String^ name, 
	IFailure^ failure
)

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.

Show: