Sdílet prostřednictvím


BuildControllerUpdateException Constructor

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

Syntax

'Declaration
Public Sub New ( _
    property As String, _
    controllerName As String _
)
public BuildControllerUpdateException(
    string property,
    string controllerName
)
public:
BuildControllerUpdateException(
    String^ property, 
    String^ controllerName
)
new : 
        property:string * 
        controllerName:string -> BuildControllerUpdateException
public function BuildControllerUpdateException(
    property : String, 
    controllerName : String
)

Parameters

.NET Framework Security

See Also

Reference

BuildControllerUpdateException Class

Microsoft.TeamFoundation.Build.Server Namespace