Share via


BuildControllerNotFoundException Constructor (String)

Initializes a new BuildControllerNotFoundException instance.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public BuildControllerNotFoundException(
    string name
)
public:
BuildControllerNotFoundException(
    String^ name
)
new : 
        name:string -> BuildControllerNotFoundException
public function BuildControllerNotFoundException(
    name : String
)

Parameters

  • name
    Type: System.String

    The name of the build controller that was not found.

.NET Framework Security

See Also

Reference

BuildControllerNotFoundException Class

BuildControllerNotFoundException Overload

Microsoft.TeamFoundation.Build.Client Namespace