This documentation is archived and is not being maintained.

BuildAgentFailureException Constructor (String, String, IFailure)

Initializes a new BuildAgentFailureException instance.

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

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

Parameters

teamProject
Type: System::String

The team project that contains the failed build agent.

name
Type: System::String

The name of the failed build agent.

failure
Type: Microsoft.TeamFoundation.Build.Client::IFailure

The specific failure instance.

Show: