PendingChangeContentNotFoundException Constructor (Int32)

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

Syntax

'Declaration
Public Sub New ( _
    pendingContentId As Integer _
)
public PendingChangeContentNotFoundException(
    int pendingContentId
)
public:
PendingChangeContentNotFoundException(
    int pendingContentId
)
new : 
        pendingContentId:int -> PendingChangeContentNotFoundException
public function PendingChangeContentNotFoundException(
    pendingContentId : int
)

Parameters

.NET Framework Security

See Also

Reference

PendingChangeContentNotFoundException Class

PendingChangeContentNotFoundException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace