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
- changeset
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ChangesetNotFoundException Class