GitItemNotFoundException Constructor
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
itemPath As String, _
repositoryNameOrId As String, _
versionInfo As String, _
commitId As String _
)
public GitItemNotFoundException(
string itemPath,
string repositoryNameOrId,
string versionInfo,
string commitId
)
public:
GitItemNotFoundException(
String^ itemPath,
String^ repositoryNameOrId,
String^ versionInfo,
String^ commitId
)
new :
itemPath:string *
repositoryNameOrId:string *
versionInfo:string *
commitId:string -> GitItemNotFoundException
public function GitItemNotFoundException(
itemPath : String,
repositoryNameOrId : String,
versionInfo : String,
commitId : String
)
Parameters
- itemPath
Type: System.String
- repositoryNameOrId
Type: System.String
- versionInfo
Type: System.String
- commitId
Type: System.String
.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.