This documentation is archived and is not being maintained.

BuildDefinitionSpecNotUniqueException Constructor (String, String)

Initializes a new BuildDefinitionSpecNotUniqueException instance.

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

public:
BuildDefinitionSpecNotUniqueException(
	String^ teamProject, 
	String^ name
)

Parameters

teamProject
Type: System::String

The team project that contains the non-unique build definition specs.

name
Type: System::String

The name of the non-unique build definition spec.

Show: