Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Throw when an item could be found at a given commit but no previous change could be found
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
path As String, _
versionType As String, _
versionId As String, _
commitId As String _
)
public GitNoPreviousChangeException(
string path,
string versionType,
string versionId,
string commitId
)
public:
GitNoPreviousChangeException(
String^ path,
String^ versionType,
String^ versionId,
String^ commitId
)
new :
path:string *
versionType:string *
versionId:string *
commitId:string -> GitNoPreviousChangeException
public function GitNoPreviousChangeException(
path : String,
versionType : String,
versionId : String,
commitId : String
)
Parameters
path
Type: System.StringPath to the item requested
- versionType
Type: System.String
- versionId
Type: System.String
commitId
Type: System.StringcommitId where the previous version was requested
.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.