Share via


BuildDefinitionNotFoundException Constructor

Initializes a new BuildDefinitionNotFoundException isntance.

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

Syntax

'Declaración
Public Sub New ( _
    teamProject As String, _
    name As String _
)
public BuildDefinitionNotFoundException(
    string teamProject,
    string name
)
public:
BuildDefinitionNotFoundException(
    String^ teamProject, 
    String^ name
)
new : 
        teamProject:string * 
        name:string -> BuildDefinitionNotFoundException
public function BuildDefinitionNotFoundException(
    teamProject : String, 
    name : String
)

Parameters

  • teamProject
    Type: System.String
    The team project that was queried.
  • name
    Type: System.String
    The name of the build definition that was not found.

.NET Framework Security

See Also

Reference

BuildDefinitionNotFoundException Class

Microsoft.TeamFoundation.Build.Client Namespace