Share via


IncompletePendingChangeException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IncompletePendingChangeException Class

IncompletePendingChangeException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace