This documentation is archived and is not being maintained.
BuildAgentFailureException Constructor (String, String, IFailure)
Visual Studio 2013
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.
- 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.
Show: