PendingChangeMergeConflictExistsException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

PendingChangeMergeConflictExistsException Class

PendingChangeMergeConflictExistsException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace