Share via


ChangesetNotFoundException Constructor (Int32)

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

Syntax

'宣言
Public Sub New ( _
    changeset As Integer _
)
public ChangesetNotFoundException(
    int changeset
)
public:
ChangesetNotFoundException(
    int changeset
)
new : 
        changeset:int -> ChangesetNotFoundException
public function ChangesetNotFoundException(
    changeset : int
)

Parameters

.NET Framework Security

See Also

Reference

ChangesetNotFoundException Class

ChangesetNotFoundException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace